This commit is contained in:
2024-09-22 12:45:18 +02:00
parent 63e60d237c
commit 6d39818cfc
3 changed files with 6 additions and 6 deletions

View File

@@ -15,6 +15,6 @@ WORKDIR /app
COPY --from=builder /app/main .
COPY --from=builder /app/*.env .
EXPOSE 5002
EXPOSE 80
CMD ["./main"]