Skip to content

Commit

Permalink
Expand flags for the docker run script
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Dec 1, 2023
1 parent b23776f commit 324420b
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 @@ -4,7 +4,7 @@
"./plugins/*/src/js/"
],
"scripts": {
"docker": "docker build -t ghcr.io/deephaven/deephaven-plugins:local-build . && docker run -p 10000:10000 ghcr.io/deephaven/deephaven-plugins:local-build",
"docker": "docker build --tag ghcr.io/deephaven/deephaven-plugins:local-build . && docker run --publish 10000:10000 ghcr.io/deephaven/deephaven-plugins:local-build",
"start": "lerna run start --stream",
"build": "lerna run build --stream",
"serve": "run-p start serve:plugins",
Expand Down

0 comments on commit 324420b

Please sign in to comment.