Skip to content

Commit

Permalink
Update Dockerfile with new eslint config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjfl committed Sep 27, 2024
1 parent a1cb6c5 commit 8f27643
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 @@ -130,7 +130,7 @@ RUN \
shellcheck \
yarn

COPY .eslintignore ${APP_HOME}/.eslintignore
COPY eslint.config.mjs ${APP_HOME}/eslint.config.mjs
COPY .eslintrc.json ${APP_HOME}/.eslintrc.json
COPY .prettierignore ${APP_HOME}/.prettierignore
COPY .prettierrc ${APP_HOME}/.prettierrc
Expand Down

0 comments on commit 8f27643

Please sign in to comment.