Able to be edited, other cleanup

This commit is contained in:
2026-05-09 15:12:15 -05:00
parent e8b385c923
commit 486cb348bb
11 changed files with 1061 additions and 669 deletions
+4 -3
View File
@@ -11,11 +11,12 @@ RUN pip install --no-cache-dir \
httpx \
pyyaml
COPY server.py .
COPY main.py worker.py db.py config.py ./
COPY routes/ routes/
COPY static/ static/
VOLUME /app/outputs
RUN mkdir -p /app/data /app/outputs
EXPOSE 8000
CMD ["python", "server.py"]
CMD ["python", "main.py"]