We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ffe18 commit 66fdd2aCopy full SHA for 66fdd2a
.github/workflows/main.yml
@@ -43,4 +43,4 @@ jobs:
43
/ci/clean_docker.sh
44
docker login docker.pkg.github.com -u $GITHUB_USERNAME -p $GITHUB_TOKEN
45
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
+ 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