Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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
|