This commit is contained in:
2025-12-07 19:21:50 +00:00
parent e69d2414b9
commit dac957ffea

View File

@@ -5,6 +5,6 @@ WORKDIR /app
COPY requirements.txt . COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY script.py . COPY . .
CMD ["python", "script.py"] CMD ["python", "script.py"]