feat: refactor server with shelf_static, return JSON responses, add API docs

This commit is contained in:
dmit.b
2026-05-09 09:12:44 +03:00
parent cd85f5f2db
commit 97db1b6b58
46 changed files with 172153 additions and 24 deletions
+3
View File
@@ -26,6 +26,9 @@ WORKDIR /app
# Copy the compiled executable from builder
COPY --from=builder /app/bin/server.exe ./bin/server.exe
# Copy the built Flutter web app
COPY web/ ./web/
# Set environment variables
ENV PORT=9090
ENV POSTGRES_HOST=localhost