Skip to content

Commit

Permalink
Merge pull request #27 from datasci4health/feature/docker-compose-dev
Browse files Browse the repository at this point in the history
fixing dockerfile
  • Loading branch information
matheusmota authored Jul 23, 2019
2 parents 8d9f805 + 9537bb9 commit 14eebe7
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
@@ -1,6 +1,6 @@
FROM node:10

WORKDIR . /app
WORKDIR /app

RUN npm i npm
RUN npm i -g @adonisjs/cli
Expand Down

0 comments on commit 14eebe7

Please sign in to comment.