Skip to content

Commit

Permalink
chore(repo): fix local registry access by localhost:4873 when running…
Browse files Browse the repository at this point in the history
… in a remote container
  • Loading branch information
ThePlenkov committed Oct 2, 2024
1 parent b82ca22 commit 4ca6768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"listenAddress": "0.0.0.0",
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "build/local-registry/storage"
Expand Down

0 comments on commit 4ca6768

Please sign in to comment.