Skip to content

Commit

Permalink
chore: 포트 포워딩 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
linirini committed Sep 23, 2024
1 parent 23bacbf commit 6305955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ci-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
run: |
sudo docker run --env-file /home/ubuntu/staccato/.env \
-v /home/ubuntu/staccato/logs:/logs \
-p 80:8080 \
-p 8080:8080 \
-d --name staccato-backend-app staccato/staccato:prod
sudo docker image prune -af

0 comments on commit 6305955

Please sign in to comment.