drupal8-docker/build-container.sh

10 lines
214 B
Bash
Raw Normal View History

2018-11-08 21:17:04 +00:00
#!/bin/bash
set -ex
# Required, otherwise package building will fail.
echo N | sudo tee /sys/module/overlay/parameters/metacopy
2019-02-24 17:27:02 +00:00
docker pull drupal:8
docker build --force-rm -t nathan/drupal8 -f Dockerfile build