Skip to content

Commit

Permalink
Merge pull request #216 from CBIIT/4.3.0-bug-fix
Browse files Browse the repository at this point in the history
4.3.0 bug fix
  • Loading branch information
iksheth authored Jul 31, 2024
2 parents 07523d0 + 84b28a1 commit dc5f167
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:16.17.1-slim as build
FROM node:16.20.2-slim as build

WORKDIR /usr/src/app

Expand All @@ -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-alpine as fnl_base_image
FROM nginx:1.27-alpine as fnl_base_image

COPY --from=build /usr/src/app/dist /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 dc5f167

Please sign in to comment.