Skip to content

Commit

Permalink
docker file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yujith Isura authored and Yujith Isura committed Oct 18, 2019
1 parent 84b07a4 commit 2befe36
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,5 +1,5 @@
# build environment
FROM node:12.2.0-alpine
FROM node:12.2.0
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package.json /app/package.json
Expand Down

0 comments on commit 2befe36

Please sign in to comment.