Skip to content

Commit

Permalink
[BE] Docker 컨테이너 포트포워드 인자 수정 (#178)
Browse files Browse the repository at this point in the history
build(backend-cd): docker run 포트포워드 인자 수정

- 80 -> 8080
  • Loading branch information
hw0603 authored Aug 7, 2024
1 parent 1fd179f commit c49d274
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 @@ -111,7 +111,7 @@ jobs:
- name: docker run new container
run: >-
docker run --name momo-api
--rm -d -p 80:8080
--rm -d -p 8080:8080
--volume=$HOME/security:/momo/security:ro
--volume=$HOME/logs:/momo/logs
--env SPRING_PROFILE=dev
Expand Down

0 comments on commit c49d274

Please sign in to comment.