Skip to content
Snippets Groups Projects
Commit e8997179 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add user

parent 6ae44b86
No related branches found
No related tags found
2 merge requests!743Production Release | nshmp-haz,!741Docker Images
......@@ -71,7 +71,10 @@ WORKDIR /app
COPY --from=builder /app/build/libs/nshmp-haz.jar .
COPY scripts scripts
RUN yum install -y jq \
&& echo "{}" > "${CONFIG_FILE}"
USER root
RUN yum install -y jq
USER usgs-user
RUN echo "{}" > "${CONFIG_FILE}"
ENTRYPOINT [ "bash", "scripts/docker-entrypoint.sh" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment