Commit 2e397cc7 by Chif Gergő

Fix docker build call in ci

parent b11a3c0e
Pipeline #1260 failed with stages
in 1 minute 42 seconds
......@@ -26,7 +26,7 @@ test:
build_prod_image:
stage: build
script:
- docker build ./Dockerfile.prod --tag recircle-backend:latest
- docker build -f ./Dockerfile.prod --tag recircle-backend:latest .
# deploy needs sshpass installed on gitlab runner machince
deploy_staging:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment