We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4668f62 commit 6edec8aCopy full SHA for 6edec8a
Dockerfile
@@ -7,9 +7,8 @@ FROM base as development
7
ENV NODE_ENV development
8
COPY package.json package-lock.json ./
9
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 ./
+COPY .babelrc index.js nodemon.json webpack.config.babel.js webpack.config.dev.js webpack.config.prod.js webpack.config.server.js ./
11
COPY client ./client
12
-COPY config ./config
13
COPY Intl ./Intl
14
COPY server ./server
15
CMD ["npm", "start"]
0 commit comments