Skip to content

Commit

Permalink
Add RUN debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Nov 22, 2023
1 parent 07abd55 commit 5e437fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/docker/DockerfileBuildApp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ USER monitorfish

ENV VITE_GEOSERVER_LOCAL_URL=""

RUN envsubst < runtime-env.js.template > public/env.js

ENTRYPOINT ["/home/monitorfish/env.sh"]

CMD exec java -Dspring.config.additional-location="/home/monitorfish/configurations/" -jar "monitorfish-${VERSION}.jar"
Expand Down

0 comments on commit 5e437fa

Please sign in to comment.