Skip to content

Commit

Permalink
build: copy .eslintrc.js during build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jakowenko committed May 23, 2022
1 parent 36b2755 commit a89db5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY /api/src ./src
WORKDIR /double-take/frontend
COPY /frontend/src ./src
COPY /frontend/public ./public
COPY /frontend/.env.production /frontend/vue.config.js /frontend/babel.config.js ./
COPY /frontend/.env.production /frontend/vue.config.js /frontend/babel.config.js /frontend/.eslintrc.js ./

RUN npm run build
RUN mv dist /tmp/dist && rm -r * && mv /tmp/dist/* .
Expand Down

0 comments on commit a89db5c

Please sign in to comment.