Skip to content

Commit

Permalink
Merge pull request #246 from CBIIT/nginx-update-tracy
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 authored Dec 18, 2023
2 parents 164e102 + 10d2c98 commit c4368ad
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 c4368ad

Please sign in to comment.