Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 5c2c53f

Browse files
author
Brian Caffey
committed
fixed path in docker build stage
1 parent febe3b9 commit 5c2c53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Build backend:
9999
- |
100100
docker build \
101101
-t $CI_REGISTRY_IMAGE/backend:latest \
102-
-f scripts/prod/Dockerfile .
102+
-f backend/scripts/prod/Dockerfile .
103103
- docker push $CI_REGISTRY_IMAGE/backend:latest
104104
after_script:
105105
- echo "Build backend complete"

0 commit comments

Comments
 (0)