Skip to content

Commit

Permalink
hotfix: restart 명령어 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
chanchanwoong committed Jun 27, 2024
1 parent 520ccbe commit 77edabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
sudo docker rm notification-service
- name: Run new docker container
run: sudo docker run -d --restart unless-stopped --name notification-service -p 9005:9005 --net cheonma-network ${{ secrets.DOCKERHUB_USERNAME }}/notification-service:latest
run: sudo docker run -d --name notification-service -p 9005:9005 --net cheonma-network ${{ secrets.DOCKERHUB_USERNAME }}/notification-service:latest

- name: Delete old docker image
run: sudo docker system prune -f

0 comments on commit 77edabc

Please sign in to comment.