Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Oct 24, 2023
1 parent d2a20f9 commit e1fbb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ENV JAVA_TOOL_OPTIONS="-Dcom.sun.management.jmxremote.ssl=false \
-Djava.rmi.server.hostname=0.0.0.0"

# Copy files for the back
COPY --from=buildBack /tmp/build/libs/monitorenv-{VERSION}.jar /home/monitorenv
COPY --from=buildBack /tmp/build/libs/monitorenv-${VERSION}.jar /home/monitorenv
COPY infra/configurations/backend /home/monitorenv/configurations/

USER monitorenv
Expand Down

0 comments on commit e1fbb1d

Please sign in to comment.