mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-02-22 13:19:14 -06:00
Use jre to save lots of space
This commit is contained in:
@@ -22,7 +22,7 @@ COPY ./booklore-api/src /springboot-app/src
|
||||
RUN ./gradlew clean build
|
||||
|
||||
# Stage 3: Final image combining everything
|
||||
FROM eclipse-temurin:21-jdk-alpine
|
||||
FROM eclipse-temurin:21.0.5_11-jre-alpine
|
||||
|
||||
RUN apk update && apk add nginx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user