build files clean up

This commit is contained in:
2024-11-09 00:52:16 +05:00
parent 2a2eea7d10
commit 9df05c3003
5 changed files with 32 additions and 43 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM python:3.12-slim
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt