Skip to content

Commit 0adff8f

Browse files
committed
fix(CI): fix the dockerfile name
1 parent ab33c76 commit 0adff8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/build-push-action@v4
3434
with:
3535
context: .
36-
file: Dockerfile.prod
36+
file: Dockerfile
3737
push: true
3838
tags: |
3939
${{ env.BACKEND_IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)