Change default backend port

This commit is contained in:
Jon Staab
2026-04-17 13:23:26 -07:00
parent bcbce5c058
commit 87dcf53d74
8 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ WORKDIR /app
COPY --from=build /app/target/release/backend /app/backend
EXPOSE 3000
EXPOSE 2892
CMD ["/app/backend"]