Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -10,7 +10,6 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
10 |
|
11 |
WORKDIR /app
|
12 |
|
13 |
-
COPY ./cookies.txt /root/cookies.txt
|
14 |
|
15 |
# Create symbolic link for cookies file in the working directory
|
16 |
RUN ln -s /root/cookies.txt /app/cookies.txt
|
|
|
10 |
|
11 |
WORKDIR /app
|
12 |
|
|
|
13 |
|
14 |
# Create symbolic link for cookies file in the working directory
|
15 |
RUN ln -s /root/cookies.txt /app/cookies.txt
|