update ports

This commit is contained in:
2024-09-22 12:15:23 +02:00
parent 2566beef6c
commit 63e60d237c
2 changed files with 3 additions and 3 deletions

View File

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