Skip to content

Commit

Permalink
Merge branch 'mvp-2.1.0' into CRDCDH-861
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Mar 11, 2024
2 parents 8ec66c3 + edebc43 commit 6b2b8b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.2-alpine3.18 as build
FROM node:20.11.1-alpine3.19 as build

WORKDIR /usr/src/app

Expand All @@ -8,7 +8,7 @@ RUN NODE_OPTIONS="--max-old-space-size=4096" npm ci

RUN NODE_OPTIONS="--max-old-space-size=4096" npm run build

FROM nginx:1.25.3-alpine3.18-slim as prod
FROM nginx:1.25.4-alpine3.18-slim as prod

COPY --from=build /usr/src/app/build /usr/share/nginx/html
COPY --from=build /usr/src/app/conf/inject.template.js /usr/share/nginx/html/inject.template.js
Expand Down

0 comments on commit 6b2b8b1

Please sign in to comment.