Skip to content

Commit

Permalink
changed java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 6, 2024
1 parent 73e3cb3 commit 87618ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN --mount=type=secret,id=JWT_SECRET \
export JWT_SECRET=$(cat /run/secrets/JWT_SECRET) \
export KEYSTORE_PASS=$(cat /run/secrets/KEYSTORE_PASS) && \
export MYSQL_PASSWORD=$(cat /run/secrets/MYSQL_PASSWORD) && \
export MYSQL_USER=$(cat /run/secrets/MYSQL_USER) && \
export MYSQL_USER=$(cat /run/secrets/MYSQL_USER)

ENTRYPOINT ["java","-jar","/app/kickeventBackend.jar"]

0 comments on commit 87618ef

Please sign in to comment.