Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
malaohu committed Jun 1, 2017
1 parent 5671b3e commit 7363384
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Expand Up @@ -9,8 +9,8 @@ COPY server.js /app/
COPY package.json /app/
COPY views/index.html /app/views
COPY views/weixin.html /app/views
COPY css/css.css /app/public/css
COPY images/weixin.jpg /app/public/images
COPY images/weixinpay_head.jpg /app/public/images
COPY public/css/css.css /app/public/css
COPY public/images/weixin.jpg /app/public/images
COPY public/images/weixinpay_head.jpg /app/public/images
RUN npm install
CMD node /app/server.js

0 comments on commit 7363384

Please sign in to comment.