Skip to content

Commit 6edec8a

Browse files
committed
Remove unnecesary files from Dockerfile
1 parent 4668f62 commit 6edec8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ FROM base as development
77
ENV NODE_ENV development
88
COPY package.json package-lock.json ./
99
RUN npm install
10-
COPY .babelrc .eslintignore .eslintrc index.js nodemon.json webpack.config.babel.js webpack.config.dev.js webpack.config.prod.js webpack.config.server.js ./
10+
COPY .babelrc index.js nodemon.json webpack.config.babel.js webpack.config.dev.js webpack.config.prod.js webpack.config.server.js ./
1111
COPY client ./client
12-
COPY config ./config
1312
COPY Intl ./Intl
1413
COPY server ./server
1514
CMD ["npm", "start"]

0 commit comments

Comments
 (0)