Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolmeister committed Jul 1, 2019
1 parent de21079 commit b958d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:6.6.0

# npm-shrinkwrap.json, package.json
COPY *.json /tmp/
COPY npm-shrinkwrap.json /tmp/
COPY package.json /tmp/
RUN mkdir -p /opt/app && \
cd /opt/app && \
cp /tmp/npm-shrinkwrap.json . && \
Expand Down

0 comments on commit b958d9c

Please sign in to comment.