Skip to content

Commit 66fdd2a

Browse files
committed
changed the port exporsed by docker
1 parent 14ffe18 commit 66fdd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
/ci/clean_docker.sh
4444
docker login docker.pkg.github.com -u $GITHUB_USERNAME -p $GITHUB_TOKEN
4545
docker pull docker.pkg.github.com/shahar603/launch-dashboard-api/launch_dashboard_api:latest
46-
docker run --env-file ~/env/env.list -dit -p 3000:3000 docker.pkg.github.com/shahar603/launch-dashboard-api/launch_dashboard_api:latest
46+
docker run --env-file ~/env/env.list -dit -p 80:3000 docker.pkg.github.com/shahar603/launch-dashboard-api/launch_dashboard_api:latest

0 commit comments

Comments
 (0)