Skip to content

Commit

Permalink
feat(docker): adding some npm scripts to run the Production.Docker co…
Browse files Browse the repository at this point in the history
…mmands
  • Loading branch information
DinoSourcesRex committed Nov 13, 2018
1 parent 29267e7 commit 6094d75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"preaccessibility": "npm run build:prod -- --deploy-url \"/angular-ngrx-material-starter/\" --base-href \"/angular-ngrx-material-starter\"",
"accessibility": "npm-run-all --parallel --race server accessibility:run",
"accessibility:run": "pa11y-ci --threshold 250",
"compodoc": "compodoc -p src/tsconfig.app.json"
"compodoc": "compodoc -p src/tsconfig.app.json",
"docker:prod": "docker-compose -f Production.docker-compose.yml build",
"docker:prod-up": "docker-compose -f Production.docker-compose.yml up",
"docker:prod-down": "docker-compose -f Production.docker-compose.yml down"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 6094d75

Please sign in to comment.