This commit is contained in:
2024-09-22 12:05:36 +02:00
parent a1acb52211
commit 2566beef6c
3 changed files with 5 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ FROM ubuntu:latest
WORKDIR /app
COPY --from=builder /app/main .
COPY --from=builder /app/dev.env .
COPY --from=builder /app/*.env .
EXPOSE 80