Skip to content

Commit

Permalink
Merge pull request #19 from datasci4health/development
Browse files Browse the repository at this point in the history
finally! running nodejs in the container without the adonis cli
  • Loading branch information
matheusmota authored May 12, 2019
2 parents 11ca71f + 835a3ba commit ca3ae5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ COPY ./src/adonisjs .

RUN npm install

CMD [ "adonis", "serve"]
CMD [ "npm", "start"]

0 comments on commit ca3ae5a

Please sign in to comment.