Skip to content

Commit

Permalink
Rework Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Nov 22, 2023
1 parent 0d5ef52 commit 043c6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/DockerfileBuildApp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ USER monitorfish

ENV VITE_GEOSERVER_LOCAL_URL=""

ENTRYPOINT ["./home/monitorfish/import-meta-env -x /home/monitorfish/.env.example"]
ENTRYPOINT ["./home/monitorfish/import-meta-env", "-x", "/home/monitorfish/.env.example"]

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

0 comments on commit 043c6a6

Please sign in to comment.