Add proxy env
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ COPY gradle ./gradle
|
||||
RUN ./gradlew clean build -x test
|
||||
|
||||
# Запуск приложения
|
||||
FROM openjdk:21-jdk-slim
|
||||
FROM eclipse-temurin:21-jre-jammy
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/build/libs/*.jar app.jar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user