Files
php/build_image.sh
2018-06-01 10:43:57 +02:00

9 lines
79 B
Bash
Executable File

#!/bin/sh
DIR=$(dirname $0)
cd $DIR
docker build -t php72 --network host .