Skip to content

Commit

Permalink
Changing start reference
Browse files Browse the repository at this point in the history
  • Loading branch information
alaxalves committed Apr 3, 2020
1 parent 27621cc commit fff643b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ RUN mv src/services/masterApi/http-common-homolog-deploy.js src/services/masterA
yarn install && \
yarn build:ssr

WORKDIR /smi-mobile/dist/ssr

ENTRYPOINT ["yarn", "start:ssr"]

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "quasar build",
"start": "quasar dev -m ssr",
"build:ssr": "quasar build -m ssr",
"start:ssr": "quasar dev -m ssr"
"start:ssr": "node dist/ssr/index.js"
},
"dependencies": {
"@babel/core": "^7.5.5",
Expand Down

0 comments on commit fff643b

Please sign in to comment.