Qa5im commited on
Commit
6bcad7c
·
1 Parent(s): 736e98d

added the uploads folder

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -22,6 +22,9 @@ COPY . .
22
  # Set the working directory to /
23
  WORKDIR /
24
 
 
 
 
25
  # Install requirements.txt
26
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
27
 
 
22
  # Set the working directory to /
23
  WORKDIR /
24
 
25
+ RUN mkdir -p /uploads
26
+ RUN chmod 777 /uploads
27
+
28
  # Install requirements.txt
29
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
30