Skip to content

Commit

Permalink
Merge branch 'mvp-2' into CRDCDH-680
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega authored Dec 26, 2023
2 parents ba0fce1 + c4368ad commit 309e193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN NODE_OPTIONS="--max-old-space-size=4096" npm install --legacy-peer-deps

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

FROM nginx:1.25.2-alpine3.18-slim as prod
FROM nginx:1.25.3-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 309e193

Please sign in to comment.