Skip to content

Commit

Permalink
removed useless VOLUME /var/www
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Aug 8, 2018
1 parent c2e9221 commit c4767e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ RUN set -x \
RUN set -x \
&& chown -R node:node /var/www/

VOLUME /var/www/
USER node
EXPOSE 8000
CMD [ "node", "server.js", "--public"]

0 comments on commit c4767e6

Please sign in to comment.