Skip to content

Commit

Permalink
change docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed Oct 19, 2023
1 parent 87a4eed commit e274b10
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,7 +11,7 @@ COPY . /usr/src/java-code/
WORKDIR /usr/src/java-code
RUN gradle bootJar -i --stacktrace

FROM openjdk:17
FROM eclipse-temurin:17-jre-jammy
EXPOSE 8080
USER root
WORKDIR /usr/src/java-app
Expand Down

0 comments on commit e274b10

Please sign in to comment.