Skip to content

Commit

Permalink
refactor: docker run에서 -p 제거 ㅠㅠ
Browse files Browse the repository at this point in the history
  • Loading branch information
wonholim committed Nov 20, 2023
1 parent 2e92eba commit ee7465f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BackEnd_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
docker stop my-app || true
docker rm my-app || true
docker cp /var/env/.env my-app:/var/env/.env
docker run --name my-app -d -p --net=host --env-file /var/env/.env ${{ secrets.NCP_CONTAINER_REGISTRY }}/my-app:latest
docker run --name my-app -d --net=host --env-file /var/env/.env ${{ secrets.NCP_CONTAINER_REGISTRY }}/my-app:latest
'

0 comments on commit ee7465f

Please sign in to comment.