fix: restore live watch-order scraping

This commit is contained in:
2026-04-11 22:46:15 +02:00
parent 10321195aa
commit 30d75eeced
11 changed files with 669 additions and 430 deletions

View File

@@ -32,7 +32,6 @@ RUN mkdir -p /app/data
COPY --from=builder /app/main_server .
COPY --from=builder /app/static ./static
COPY --from=builder /app/migrations ./migrations
COPY --from=builder /app/data ./data
# Expose the application port
EXPOSE 3000