Merge pull request #49 from killer-cf/config-self-convex

fix: update Dockerfile path in deploy workflow
This commit is contained in:
Kilder Costa
2025-11-26 15:46:00 -03:00
committed by GitHub

View File

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