Skip to content

Commit

Permalink
Remove unnecesary files from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlubner committed Jun 4, 2018
1 parent 4668f62 commit 6edec8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ FROM base as development
ENV NODE_ENV development
COPY package.json package-lock.json ./
RUN npm install
COPY .babelrc .eslintignore .eslintrc index.js nodemon.json webpack.config.babel.js webpack.config.dev.js webpack.config.prod.js webpack.config.server.js ./
COPY .babelrc index.js nodemon.json webpack.config.babel.js webpack.config.dev.js webpack.config.prod.js webpack.config.server.js ./
COPY client ./client
COPY config ./config
COPY Intl ./Intl
COPY server ./server
CMD ["npm", "start"]
Expand Down

0 comments on commit 6edec8a

Please sign in to comment.