Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -13,6 +13,9 @@ WORKDIR /app
|
|
13 |
ffmpeg \
|
14 |
neofetch
|
15 |
|
|
|
|
|
|
|
16 |
COPY . /app
|
17 |
|
18 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|
|
|
13 |
ffmpeg \
|
14 |
neofetch
|
15 |
|
16 |
+
RUN mkdir -p uploads && chmod 777 uploads
|
17 |
+
|
18 |
+
|
19 |
COPY . /app
|
20 |
|
21 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|