Skip to content

Commit

Permalink
Update work.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkfktkrh153 authored Dec 14, 2023
1 parent 4f6f28d commit d6e0ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/work.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
docker rm trip_app || true
docker pull ${{ secrets.DOCKER_REPO }}/trip
docker run --name=trip_app --restart unless-stopped \
-p 80:8080 -e TZ=Asia/Seoul -d ${{ secrets.DOCKER_REPO }}/trip
-p 8080:8080 -e TZ=Asia/Seoul -d ${{ secrets.DOCKER_REPO }}/trip

0 comments on commit d6e0ed7

Please sign in to comment.