Files
php/build_image.sh
2019-12-03 22:42:39 +01:00

9 lines
79 B
Bash
Executable File

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