From 4acf0243506d1d8cbbdd09ccf40892288d402e76 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Wed, 24 Sep 2025 11:56:25 +0200 Subject: [PATCH] Comment .env COPY instruction --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index c270892..b0599c8 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -13,7 +13,7 @@ FROM eclipse-temurin:21-jre WORKDIR /app COPY --from=build /app/target/*.jar app.jar -COPY .env .env +# COPY .env .env EXPOSE 8080