Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m4a1carbin4 authored Apr 14, 2024
1 parent 153f93d commit a00fb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17-jdk-alpine
FROM openjdk:23-ea-17-jdk-bullseye
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} TtuckTak_Server.jar
ENTRYPOINT ["java","-jar","TtuckTak_Server.jar", "--spring.profiles.active=dev"]
ENTRYPOINT ["java","-jar","TtuckTak_Server.jar", "--spring.profiles.active=dev"]

0 comments on commit a00fb74

Please sign in to comment.