Skip to content

Commit

Permalink
update to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
duluca committed May 13, 2018
1 parent 1aeb7c0 commit 976f7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM duluca/minimal-node-web-server:8.6.0
FROM duluca/minimal-node-web-server:8.11.1
WORKDIR /usr/src/app
COPY dist public
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"coverage": "ng test --code-coverage",
"lint": "ng lint",
"e2e": "ng e2e",
"predocker:build": "npm run build -- --prod && npm test -- --watch=false && npm run e2e",
"predocker:build": "npm run build -- --prod --output-path dist && npm test -- --watch=false && npm run e2e",
"docker:build": "cross-conf-env docker image build . -t $npm_package_config_imageRepo:$npm_package_version",
"postdocker:build": "npm run docker:tag",
"docker:tag": " cross-conf-env docker image tag $npm_package_config_imageRepo:$npm_package_version $npm_package_config_imageRepo:latest",
Expand Down

0 comments on commit 976f7aa

Please sign in to comment.