Improved docker #70-1

This commit is contained in:
2022-10-20 17:50:50 +02:00
parent 7d4f3e9541
commit 48507962f8
6 changed files with 11 additions and 9 deletions

View File

@@ -9,7 +9,8 @@
"prebuild": "npm run update-version",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"build-docker": "ng build; docker build -t kdb-web:kdb-web ."
},
"private": true,
"dependencies": {