Skip to content

Commit

Permalink
Update backend-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alputer authored Nov 7, 2023
1 parent 27ded95 commit 1c1e273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
SCRIPT_AFTER: |
cd ~/backend
docker build -t pollup:backend .
docker run -p 1923:1923 pollup:backend
docker run -p 1923:3000 pollup:backend

0 comments on commit 1c1e273

Please sign in to comment.