Update version numbers and enhance Docker configurations for improved deployment
This commit is contained in:
@@ -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
32458
yoga-cms/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user