mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
try setting up with heroku buildpack
This commit is contained in:
parent
1dae0793fd
commit
7231f699c1
2 changed files with 3 additions and 6 deletions
|
|
@ -1,5 +0,0 @@
|
|||
build:
|
||||
docker:
|
||||
web: Dockerfile-Dev
|
||||
run:
|
||||
web: node ./website/transpiled-babel/index.js
|
||||
|
|
@ -106,7 +106,9 @@
|
|||
"debug": "gulp nodemon --inspect",
|
||||
"mongo:dev": "run-rs -v 5.0.23 -l ubuntu1804 --keep --dbpath mongodb-data --number 1 --quiet",
|
||||
"postinstall": "git config --global url.\"https://\".insteadOf git:// && gulp build && cd website/client && npm install",
|
||||
"apidoc": "gulp apidoc"
|
||||
"apidoc": "gulp apidoc",
|
||||
|
||||
"heroku-postbuild": "npm run postinstall && npm run build:prod && npm run build:client"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^1.4.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue