feat: NCS-75 Frontend Deployment Dockerfile (#4)

Co-authored-by: shahdlala66 <shahd.lala66@gmail.com>
Reviewed-on: #4
Co-authored-by: Shahd Lala <shosho996@blackhole.local>
Co-committed-by: Shahd Lala <shosho996@blackhole.local>
This commit was merged in pull request #4.
This commit is contained in:
2026-05-12 11:21:04 +02:00
committed by Janis
parent ff75c8ce2f
commit bd7ec581e3
10 changed files with 113 additions and 5 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --configuration production",
"build:staging": "ng build --configuration staging",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},