We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 500b1cb + 9c81d0c commit a4a8ce9Copy full SHA for a4a8ce9
2 files changed
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: docker/build-push-action@v4
28
with:
29
context: .
30
- file: ./docker/Dockerfile.frontend
+ file: ./Dockerfile
31
build-args:
32
- DATABASE_URL=${{ secrets.DATABASE_URL }}
33
push: true
start-database.sh
0 commit comments