Slightly better docker support

So you can run yarn install in the docker container
This commit is contained in:
David Baker
2019-12-13 12:17:54 +00:00
parent 6e6e7d82c8
commit 6def288521
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -18,6 +18,9 @@
"start": "electron .",
"lint": "eslint src/",
"build": "yarn run setversion && electron-builder",
"indocker": "scripts/indocker.sh",
"docker:build": "yarn run indocker yarn run build",
"docker:install": "yarn run indocker yarn install",
"clean": "rimraf webapp.asar dist packages deploys"
},
"dependencies": {