Move Dockerfile
This commit is contained in:
parent
fbf35f1d0a
commit
f002586a1e
|
@ -1,6 +1,5 @@
|
||||||
x-build-args: &default-build-args
|
x-build-args: &default-build-args
|
||||||
context: .
|
context: .
|
||||||
dockerfile: tools/docker/images/Dockerfile
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
|
1
run
1
run
|
@ -13,7 +13,6 @@ DC="${DC:-exec}"
|
||||||
|
|
||||||
function ci:build-images {
|
function ci:build-images {
|
||||||
docker image build . \
|
docker image build . \
|
||||||
--file tools/docker/images/Dockerfile \
|
|
||||||
--tag ${DOCKER_WEB_IMAGE_NAME}:${DOCKER_TAG} \
|
--tag ${DOCKER_WEB_IMAGE_NAME}:${DOCKER_TAG} \
|
||||||
--tag ${DOCKER_WEB_IMAGE_NAME}:latest \
|
--tag ${DOCKER_WEB_IMAGE_NAME}:latest \
|
||||||
--target=production
|
--target=production
|
||||||
|
|
Loading…
Reference in a new issue