Update docker build script and tools

This commit is contained in:
2018-04-12 07:32:44 +03:00
parent c4f11d1e69
commit a239631e9b
8 changed files with 40 additions and 34 deletions

8
tools/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
source .env
docker build \
--file docker/Dockerfile \
--tag ${PHP_IMAGE} \
$PWD