Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldch authored Feb 13, 2024
1 parent c4cdcc5 commit 9531567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
-e DATABASE_PASSWORD=${{ secrets.DATABASE_PASSWORD }} \
-e DATABASE_PORT=${{ secrets.DATABASE_PORT }} \
-e SECRET_KEY=${{ secrets.SECRET_KEY }} \
-p 3003:3003 \
-p 3002:3002 \
-d --restart always --name dbs-website \
${{ secrets.DOCKER_USERNAME }}/dbs-website:latest
${{ secrets.DOCKER_USERNAME }}/dbs-website:latest

0 comments on commit 9531567

Please sign in to comment.