Skip to content

Commit

Permalink
chore: Improve docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
hdescottes committed Dec 26, 2024
1 parent a7e1609 commit ff379f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions app-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:23-alpine AS builder
WORKDIR /app
COPY package.json .
RUN yarn set version canary
RUN yarn install
COPY . .
RUN yarn build
Expand Down
9 changes: 2 additions & 7 deletions app-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"dependencies": {
"@ag-grid-community/client-side-row-model": "^32.3.3",
"@ag-grid-community/react": "^32.3.3",
"@ag-grid-community/styles": "^33.0.3",
"@ag-grid-community/core": "^32.3.3",
"@ag-grid-community/styles": "^33.0.2",
"@badeball/cypress-cucumber-preprocessor": "^21.0.3",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.3",
"@emotion/react": "^11.14.0",
Expand Down Expand Up @@ -40,12 +41,6 @@
"test": "jest",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand Down

0 comments on commit ff379f5

Please sign in to comment.