Skip to content

Commit

Permalink
use debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rucciva committed Aug 12, 2024
1 parent 26cdd0f commit afa5c74
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 @@ -11,6 +11,6 @@ RUN curl -L https://storage.googleapis.com/tinkey/tinkey-${VERSION}.tar.gz \



FROM gcr.io/distroless/java17-debian12
FROM gcr.io/distroless/java17-debian12:debug
COPY --from=downloader /src/tinkey_deploy.jar /app/tinkey.jar
ENTRYPOINT ["/usr/bin/java", "-jar", "/app/tinkey.jar"]

0 comments on commit afa5c74

Please sign in to comment.