Skip to content

Commit

Permalink
Check which ports are being listened on after starting the docker con…
Browse files Browse the repository at this point in the history
…tainer
  • Loading branch information
justinclift committed Oct 9, 2023
1 parent f261cc6 commit 7f5b30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"docker:build": "docker build --tag dbhub-build docker",
"docker:debug": "docker exec -it dbhub-build /bin/sh /usr/local/bin/debug.sh",
"docker:exec": "docker exec -it dbhub-build /bin/sh",
"docker:github": "docker run -itd --rm --name dbhub-build -p 9443-9445:9443-9445/tcp --mount type=bind,src=\"$(pwd)\",target=/dbhub.io dbhub-build:latest && sleep 15",
"docker:github": "docker run -itd --rm --name dbhub-build -p 9443-9445:9443-9445/tcp --mount type=bind,src=\"$(pwd)\",target=/dbhub.io dbhub-build:latest && sleep 15 && ss -nltp",
"docker:psql": "docker exec -it dbhub-build psql -U dbhub dbhub",
"docker:recompile": "docker exec -it dbhub-build /bin/sh /usr/local/bin/compile.sh",
"docker:restart": "docker exec -it dbhub-build /bin/sh /usr/local/bin/restart.sh",
Expand Down

0 comments on commit 7f5b30c

Please sign in to comment.