Skip to content

Commit

Permalink
Update docker-image.yml 드디어 ㅠㅠ
Browse files Browse the repository at this point in the history
  • Loading branch information
do-dop authored Jan 11, 2025
1 parent c5994c8 commit bbef567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
sudo docker stop $(docker ps -a -q)
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ env.DOCKER_IMAGE_NAME }}
sudo docker run -p 8080:8080 -e TZ=Asia/Seoul ${{ env.DOCKER_IMAGE_NAME }}
sudo docker run -d -p 8080:8080 -e TZ=Asia/Seoul ${{ env.DOCKER_IMAGE_NAME }}
sudo docker image prune -f

0 comments on commit bbef567

Please sign in to comment.