Able to be edited, other cleanup
This commit is contained in:
+4
-3
@@ -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"]
|
||||
Reference in New Issue
Block a user