Update docker build script and tools
This commit is contained in:
8
tools/build
Executable file
8
tools/build
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
source .env
|
||||
|
||||
docker build \
|
||||
--file docker/Dockerfile \
|
||||
--tag ${PHP_IMAGE} \
|
||||
$PWD
|
Reference in New Issue
Block a user