npm package.json with a working build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user