Oprava chyby

This commit is contained in:
Andrej Ramašeuski 2019-12-04 21:34:35 +01:00
parent 19232e13ae
commit 6f4cde34dc
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ build:
stage: build
script:
- docker build -t $IMAGE_TAG_APP .
- docker build -t $IMAGE_TAG_NGINX -f Dockerfile.nginx
- docker build -t $IMAGE_TAG_NGINX . -f Dockerfile.nginx
- docker push $IMAGE_TAG_APP
- docker push $IMAGE_TAG_NGINX