Docker buid issue

This commit is contained in:
2025-10-17 12:09:15 +05:30
parent a58778b251
commit b688cb29e6

View File

@ -8,7 +8,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},