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

switch to amazon linux

parent e026cafc
No related branches found
No related tags found
2 merge requests!743Production Release | nshmp-haz,!741Docker Images
...@@ -71,7 +71,7 @@ WORKDIR /app ...@@ -71,7 +71,7 @@ WORKDIR /app
COPY --from=builder /app/build/libs/nshmp-haz.jar . COPY --from=builder /app/build/libs/nshmp-haz.jar .
COPY scripts scripts COPY scripts scripts
RUN apt-get install -y jq \ RUN yum install -y jq \
&& echo "{}" > "${CONFIG_FILE}" && echo "{}" > "${CONFIG_FILE}"
ENTRYPOINT [ "bash", "scripts/docker-entrypoint.sh" ] 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