docs: add watch-order workflow

This commit is contained in:
2026-04-11 22:33:03 +02:00
parent 185c353e66
commit 89e1c9cea8
2 changed files with 36 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ 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