Skip to content

Commit

Permalink
Configura build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanBarros2 committed May 20, 2019
1 parent c149aa2 commit b9924fb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: ./build.sh
7 changes: 5 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@

],
"buildpacks": [

{
"url": "heroku/nodejs"
}
],
"env": {
},
"formation": {
},
"name": "dc-auth",
"scripts": {

},
"stack": "container"
"stack": "heroku-18"
}
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cd client
yarn install
yarn build
mv dist ../server
cd ../server
yarn install
yarn run server

0 comments on commit b9924fb

Please sign in to comment.