feat: refactor server with shelf_static, return JSON responses, add API docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user