Skip to content

Commit

Permalink
reflect changes in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thoomasbro committed Jun 12, 2024
1 parent 14b85f4 commit ef5399e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ARG VERSION
ARG ENV_PROFILE

COPY frontend/ /tmp/frontend/
COPY infra/ /tmp/infra/
COPY infra/docker/app/env.sh /tmp/infra/docker/app/env.sh
WORKDIR /tmp/frontend

# Files are expected to be in /tmp/frontend/build
Expand Down Expand Up @@ -85,7 +85,6 @@ ENV JAVA_TOOL_OPTIONS="-Dcom.sun.management.jmxremote.ssl=false \

# Copy files for the back
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 ef5399e

Please sign in to comment.