Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #131 from kgudel/dockerUpgrade
Browse files Browse the repository at this point in the history
Docker upgrade
  • Loading branch information
wpears authored Jul 2, 2020
2 parents fe66c42 + f0ba315 commit 02a3475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ COPY public ./public

RUN yarn build

FROM nginx:1.17-alpine
FROM nginx:1.19.0-alpine
ENV NGINX_USER=svc_nginx_hmda
RUN apk update; apk upgrade
RUN rm -rf /etc/nginx/conf.d
COPY nginx /etc/nginx
COPY --from=build-stage /usr/src/app/build /usr/share/nginx/html/hmda-help
Expand Down

0 comments on commit 02a3475

Please sign in to comment.