add copy to dockerfile

This commit is contained in:
ash
2026-03-31 08:56:53 +01:00
parent 0239ebfacd
commit 2b80fabeee
+1 -1
View File
@@ -4,7 +4,7 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 5000
CMD ["python", "app.py"]