Skip to content

Commit

Permalink
hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
vrsorheim committed Jul 24, 2024
1 parent 17cbe38 commit d4ae0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMOMaritimeSingleWindow/Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --port 4200 --proxy-config ./proxy.config.json",
"start2": "ng serve --host $CONTAINER_APP_NAME --port 4200 --public-host ${CONTAINER_APP_NAME}.${CONTAINER_APP_ENV_DNS_SUFFIX} --proxy-config ./proxy.config.json",
"start2": "ng serve --host $HOSTNAME --port 4200 --public-host ${CONTAINER_APP_NAME}.${CONTAINER_APP_ENV_DNS_SUFFIX} --proxy-config ./proxy.config.json",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit d4ae0bd

Please sign in to comment.