updating dockerfile and creating task to build the image from the host

This commit is contained in:
Vern Burton
2020-04-01 19:25:33 -05:00
parent b96a8234b0
commit 91aa322c88
2 changed files with 2 additions and 17 deletions
+1
View File
@@ -9,6 +9,7 @@
"bundle": "yarn build && yarn workspace example-app bundle",
"build": "lerna run build",
"test": "cross-env CI=true lerna run test --since origin/master -- --coverage",
"docker-build": "yarn build && docker build . -t spotify/backstage",
"create-plugin": "backstage-cli create-plugin",
"release": "if [ \"$(git symbolic-ref --short HEAD)\" = master ]; then echo \"don't try to release master\"; exit 1; else lerna version --no-push; fi",
"lint": "cross-env CI=true lerna run lint --since origin/master --",