Mahmoud Yasser
commited on
Commit
·
c014e5f
1
Parent(s):
39ee501
deploy
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10-slim
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Copy the requirements file and install dependencies
|
8 |
-
COPY requirements.txt .
|
9 |
RUN pip install --no-cache-dir -r requirements.txt
|
10 |
|
11 |
# Copy the application code
|
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Copy the requirements file and install dependencies
|
8 |
+
COPY tmp/requirements.txt .
|
9 |
RUN pip install --no-cache-dir -r requirements.txt
|
10 |
|
11 |
# Copy the application code
|