Update Dockerfile

This commit is contained in:
DariusKlein 2025-01-04 12:54:26 +01:00 committed by GitHub
parent a6483589a3
commit 7f1eec7810
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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