Skip to content

Commit

Permalink
chore: fixing docker build to ignore cache
Browse files Browse the repository at this point in the history
  • Loading branch information
whilke committed Mar 18, 2019
1 parent d765299 commit f81e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"upload": "tsc -p ./src && npm --no-git-tag-version version patch && npm publish --access public",
"debug-build": "npm install && docker-compose build && tsc -w -p ./src",
"release-build": "docker build . -t bake:release && npm run dockertag",
"release-build": "docker build . --no-cache -t bake:release && npm run dockertag",
"compile": "tsc -p ./src",
"watch": "tsc -w -p ./src",
"debug": "node --inspect-brk=0.0.0.0:9229 dist/index.js",
Expand Down

0 comments on commit f81e8ce

Please sign in to comment.