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

Commit 0d2bbfc

Browse files
committed
fixed path in docker build command
1 parent cebf94b commit 0d2bbfc

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
@@ -184,7 +184,7 @@ Release backend:
184184
--cache-from $CI_REGISTRY_IMAGE/backend:latest \
185185
--target production \
186186
--tag $REPOSITORY_URL:${GitSHA} \
187-
--file scripts/prod/Dockerfile .
187+
--file backend/scripts/prod/Dockerfile .
188188
- $(aws ecr get-login --no-include-email --region us-east-1)
189189
- docker push $REPOSITORY_URL:${GitSHA}
190190
after_script:

0 commit comments

Comments
 (0)