Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -5,6 +5,7 @@ RUN apt-get update && \
|
|
| 5 |
apt-get install -y --no-install-recommends \
|
| 6 |
ffmpeg \
|
| 7 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
| 8 |
|
| 9 |
# Set working directory
|
| 10 |
WORKDIR /app
|
|
|
|
| 5 |
apt-get install -y --no-install-recommends \
|
| 6 |
ffmpeg \
|
| 7 |
&& rm -rf /var/lib/apt/lists/*
|
| 8 |
+
chmod 777 temp_files
|
| 9 |
|
| 10 |
# Set working directory
|
| 11 |
WORKDIR /app
|