Skip to content

Commit

Permalink
fix: eslint config path in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss committed Aug 31, 2024
1 parent 66e2352 commit d592032
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 @@ -28,7 +28,7 @@ COPY --chown=node:node client/public ./client/public
COPY --chown=node:node client/typings ./client/typings
COPY --chown=node:node client/vcs ./client/vcs
COPY --chown=node:node client/tsconfig.json ./client/tsconfig.json
COPY --chown=node:node client/.eslintrc.js ./client/
COPY --chown=node:node client/.eslintrc.cjs ./client/
COPY --chown=node:node client/.prettierignore ./client/
COPY --chown=node:node client/.prettierrc ./client/

Expand Down

0 comments on commit d592032

Please sign in to comment.