Skip to content

Commit

Permalink
fix spring jarlauncher path in Dockerfile. Closes #509
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Mar 25, 2024
1 parent 5b7c60f commit 9a3500b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acrarium/Dockerfile
Expand Up @@ -33,4 +33,4 @@ COPY --from=builder application/application/ ./
RUN uid=$(($(($((`date +%s` / 60)) % 165535)) + 100000)) && adduser -D -h /application/ -u $uid acrarium && chown -R acrarium:acrarium /application
USER acrarium

ENTRYPOINT java org.springframework.boot.loader.JarLauncher
ENTRYPOINT java org.springframework.boot.loader.launch.JarLauncher

0 comments on commit 9a3500b

Please sign in to comment.