Skip to content

Commit

Permalink
keep node_modules as it's directly referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthlatest committed Feb 18, 2019
1 parent db77fa6 commit fe7fd8c
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
Expand Up @@ -9,7 +9,7 @@ RUN yarn global add bower gulp http-server

ADD . /mirage

RUN bower install --allow-root && yarn && yarn cache clean && yarn build_gh_pages && rm -rf /mirage/node_modules && rm -rf /mirage/bower_components && yarn global remove gulp bower && apk del make gcc g++ python git && rm -rf /tmp/*
RUN bower install --allow-root && yarn && yarn cache clean && yarn build_gh_pages && rm -rf /mirage/bower_components && rm -rf /tmp/*

EXPOSE 3030
CMD ["http-server", "-p 3030"]

0 comments on commit fe7fd8c

Please sign in to comment.