tecuts commited on
Commit
fb61d43
·
verified ·
1 Parent(s): 2e6e4ce

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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