Skip to content

Commit

Permalink
Add docker related scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed May 16, 2018
1 parent 45aeed6 commit 128aeaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -39,5 +39,10 @@
"grunt-template-jasmine-istanbul": "0.3.1",
"grunt-usemin": "~3.0.0",
"grunt-zip": "~0.16.2"
},
"scripts": {
"docker:prebuild": "grunt build:docker",
"docker:build": "docker build -t restyaplatform/restyaboard .",
"docker:fullbuild": "npm run docker:prebuild && npm run docker:build"
}
}

0 comments on commit 128aeaa

Please sign in to comment.