From 7f1eec781077a2253911c148be7a1b64da975ea7 Mon Sep 17 00:00:00 2001 From: DariusKlein <54933874+DariusKlein@users.noreply.github.com> Date: Sat, 4 Jan 2025 12:54:26 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d32ebae..136ea8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,6 @@ FROM gcr.io/distroless/base-debian12 COPY --from=build /go/portfolio . -ADD .env . ADD ./web/assets ./web/assets # Expose port 8080 for incoming traffic @@ -27,4 +26,4 @@ EXPOSE 4000 EXPOSE 4001 # Define the command to run the app when the container starts -CMD ["./portfolio"] \ No newline at end of file +CMD ["./portfolio"]