We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ff134 commit 9c81d0cCopy full SHA for 9c81d0c
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