Update version numbers and enhance Docker configurations for improved deployment

This commit is contained in:
Schneider Roland
2025-03-08 14:18:39 +01:00
parent 156658f3fa
commit fd7e602189
6 changed files with 16021 additions and 16457 deletions

View File

@@ -19,9 +19,9 @@ RUN apk add --no-cache vips-dev
ARG NODE_ENV=production
ENV NODE_ENV=${NODE_ENV}
WORKDIR /opt/
COPY --from=build /opt/node_modules ./node_modules
COPY --from=BUILDER /opt/node_modules ./node_modules
WORKDIR /opt/app
COPY --from=build /opt/app ./
COPY --from=BUILDER /opt/app ./
ENV PATH=/opt/node_modules/.bin:$PATH
RUN chown -R node:node /opt/app

32458
yoga-cms/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,6 +23,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"sharp": "^0.33.5",
"strapi-import-export": "^0.0.1",
"strapi-plugin-schemas-to-ts": "^1.3.2",
"styled-components": "^6.0.0"