forked from sh-edraft.de/sh_discord_bot
Improved docker #70-1
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "500kb",
|
||||
"maximumError": "1mb"
|
||||
"maximumWarning": "8mb",
|
||||
"maximumError": "16mb"
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
|
2
kdb-web/dockerfile
Normal file
2
kdb-web/dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM nginx:alpine
|
||||
COPY ./dist/kdb-web/ /usr/share/nginx/html
|
@@ -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": {
|
||||
|
Reference in New Issue
Block a user