Skip to content

Commit

Permalink
refactor: 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Dec 2, 2024
1 parent 7f3c74f commit 046f887
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,4 @@ jobs:
script: |
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
sudo docker run --env-file .env -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
# sudo docker-compose up -d
# sudo docker image prune -f
sudo docker run --env-file .env -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}

0 comments on commit 046f887

Please sign in to comment.