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"]