vbvbot9117 commited on
Commit
e7e062f
·
verified ·
1 Parent(s): f6066f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -16,9 +16,7 @@ RUN pip install -r requirements.txt
16
  COPY . .
17
 
18
  # Create cookies file and set permissions
19
- RUN touch www.youtube.com_cookies.txt && \
20
- chown appuser:appuser www.youtube.com_cookies.txt && \
21
- chmod 644 www.youtube.com_cookies.txt
22
 
23
  # Set permissions for the app directory
24
  RUN chown -R appuser:appuser /app
 
16
  COPY . .
17
 
18
  # Create cookies file and set permissions
19
+ RUN chmod 644 www.youtube.com_cookies.txt
 
 
20
 
21
  # Set permissions for the app directory
22
  RUN chown -R appuser:appuser /app