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

Commit

Permalink
correct docker username
Browse files Browse the repository at this point in the history
  • Loading branch information
kgudel committed Jul 11, 2019
1 parent 4304481 commit 7756d51
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 @@ -14,7 +14,7 @@ COPY public ./public
RUN yarn build

FROM nginx:1.16-alpine
ENV NGINX_USER=nginx
ENV NGINX_USER=svc_nginx_hmda
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 7756d51

Please sign in to comment.