fix: update Dockerfile path in deploy workflow

- Changed the Dockerfile path in the deploy workflow from './Dockerfile' to './apps/web/Dockerfile' to reflect the new directory structure.
This commit is contained in:
2025-11-26 15:45:29 -03:00
parent be959eb230
commit 0c0c7a29c0

View File

@@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
file: ./apps/web/Dockerfile
push: true
# Make sure to replace with your own namespace and repository
tags: |