randydev commited on
Commit
af0418f
1 Parent(s): b559bc9

Update Dockerfile

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