Improve docker build process
This commit is contained in:
@ -2,7 +2,11 @@
|
||||
|
||||
source .env
|
||||
|
||||
docker pull ${PHP_BASE_IMAGE}
|
||||
docker pull ${NODE_IMAGE}
|
||||
|
||||
docker build \
|
||||
--file docker/Dockerfile \
|
||||
--build-arg PHP_BASE_IMAGE=${PHP_BASE_IMAGE} \
|
||||
--tag ${PHP_IMAGE} \
|
||||
$PWD
|
||||
|
Reference in New Issue
Block a user