fix port and email issues

This commit is contained in:
Cipher Vance
2025-11-15 20:23:33 -06:00
parent 0a5bd7c413
commit 49e556b272
5 changed files with 103 additions and 33 deletions

View File

@@ -39,6 +39,6 @@ COPY --from=builder /app/static ./static
# Copy .env (optional - can be overridden at runtime)
COPY .env .env
EXPOSE 8080
EXPOSE 5000
CMD ["./server"]