npm package.json with a working build

This commit is contained in:
2019-05-04 16:49:47 +02:00
parent 2ff339e24c
commit 02c0e74798
5 changed files with 2129 additions and 2187 deletions

View File

@@ -22,3 +22,8 @@ prod: build-container clean
node-env: clean
docker run --name $(CONNAME) -it -p 8080:8080 -v $(shell pwd):/src $(IMGNAME)
build-prod: build-container clean
docker run --rm -v $(shell pwd):/src $(IMGNAME) /src/ops_scripts/prod.sh