Skip to content

Commit

Permalink
finally! running nodejs in the container without the adonis cli
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmota committed May 12, 2019
1 parent 2e68798 commit 835a3ba
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 835a3ba

Please sign in to comment.