debug building issue of docker test

This commit is contained in:
Parsa Nazer
2025-03-08 20:19:20 +03:30
parent 2577237a7b
commit 69c947122d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED 1
WORKDIR /app
COPY requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install -r requirements.txt
COPY . /app/