Skip to content

Commit f01a61d

Browse files
committed
fix: use Debian-based system rather than Alpine
1 parent f911c2d commit f01a61d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:21-jre-alpine
1+
FROM eclipse-temurin:21-jre
22
ARG JAR_FILE=target/massbank-export-api-*.jar
33
COPY ${JAR_FILE} app.jar
44
ENTRYPOINT ["java", "-Xmx1200m", "-jar","/app.jar"]

0 commit comments

Comments
 (0)