Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -15,9 +15,6 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
| 15 |
# Set the working directory
|
| 16 |
WORKDIR /app
|
| 17 |
|
| 18 |
-
# Copy the cookies file directly to the working directory
|
| 19 |
-
COPY --chown=user ./cookies.txt /app/cookies.txt
|
| 20 |
-
|
| 21 |
# Copy the requirements file
|
| 22 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 23 |
|
|
|
|
| 15 |
# Set the working directory
|
| 16 |
WORKDIR /app
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
# Copy the requirements file
|
| 19 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 20 |
|