Update dockerfile.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
FROM python:3.13-slim
|
||||
|
||||
WORKDIR /app/data
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "/main.py"]
|
||||
CMD ["python", "main.py"]
|
||||
Reference in New Issue
Block a user