Skip to content

Commit

Permalink
add script docker to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 10, 2024
1 parent d014398 commit d526b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.config.js",
"docker": "ng serve --host 0.0.0.0 --proxy-config proxy.config.js",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
Expand Down

0 comments on commit d526b51

Please sign in to comment.