Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Oct 17, 2023
1 parent d46c8ab commit f8e0f87
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 @@ -15,7 +15,7 @@ ENV SPRING_PROFILES_ACTIVE=$ENV_PROFILE
ENV ENV_DB_URL=""

# copy backend related things
COPY backend/target/rapportnav-${VERSION}}.jar /home/rapportnav
COPY backend/target/rapportnav-${VERSION}.jar /home/rapportnav
COPY infra/configurations/backend /home/rapportnav/configurations/


Expand Down

0 comments on commit f8e0f87

Please sign in to comment.