drupal8-docker/build-container.sh

9 lines
193 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
docker build --force-rm -t nathan/drupal8 -f Dockerfile build