6 lines
84 B
Bash
6 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
docker build --force-rm -t nathan/drupal7 -f Dockerfile build
|