Comment .env COPY instruction

This commit is contained in:
Vincent Guillet
2025-09-24 11:56:25 +02:00
parent 2e5b2b3ff5
commit 4acf024350

View File

@@ -13,7 +13,7 @@ FROM eclipse-temurin:21-jre
WORKDIR /app WORKDIR /app
COPY --from=build /app/target/*.jar app.jar COPY --from=build /app/target/*.jar app.jar
COPY .env .env # COPY .env .env
EXPOSE 8080 EXPOSE 8080