BinaryONe
commited on
Commit
·
06006e3
1
Parent(s):
931b5b0
Basisc Changes
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ WORKDIR /app
|
|
| 13 |
COPY requirements.txt /app/
|
| 14 |
|
| 15 |
# Install the dependencies
|
| 16 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 17 |
|
| 18 |
# Copy the entire project into the container
|
| 19 |
COPY . /app/
|
|
|
|
| 13 |
COPY requirements.txt /app/
|
| 14 |
|
| 15 |
# Install the dependencies
|
| 16 |
+
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 17 |
|
| 18 |
# Copy the entire project into the container
|
| 19 |
COPY . /app/
|