Skip to content

Commit

Permalink
chore: fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss committed Aug 29, 2024
1 parent cb7cd68 commit 116c7cf
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 51 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ 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/.prettierignore ./client/
COPY --chown=node:node client/.prettierrc ./client/

ENV CYPRESS_INSTALL_BINARY=0
RUN npm ci --prefix=client --no-audit
Expand Down
76 changes: 32 additions & 44 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
"format": "prettier --write .",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand All @@ -50,7 +44,6 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/node": "^18.19.47",
"@types/react": "^18.3.4",
"@types/react-datepicker": "^7.0.0",
"@types/react-dom": "^18.3.0",
"@types/xmldom": "^0.1.34",
"@typescript-eslint/eslint-plugin": "^4.15.0",
Expand Down

0 comments on commit 116c7cf

Please sign in to comment.