drupal8-docker/build-container.sh

10 lines
216 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
2022-02-02 17:03:32 +00:00
docker pull drupal:9.3
docker build --force-rm -t nathan/drupal8 -f Dockerfile build