Update dockerfile.

This commit is contained in:
2026-06-07 11:44:27 +08:00
parent b51f6c4c84
commit e03105fd10
+5 -1
View File
@@ -8,4 +8,8 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
CMD ["python", "main.py"] RUN mkdir -p /app/data
WORKDIR /app/data
CMD ["python", "/app/main.py"]