Skip to content

Commit

Permalink
fixing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusmota committed Jul 23, 2019
1 parent 8d9f805 commit 9537bb9
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 9537bb9

Please sign in to comment.