issaocean commited on
Commit
0a31a8e
·
verified ·
1 Parent(s): 78b8139

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ WORKDIR "app"
8
  RUN mkdir -p /app/data
9
  RUN chmod -R 777 /app/data
10
  RUN pip install --no-cache-dir -r requirements.txt
 
11
 
12
  EXPOSE 5005
13
 
 
8
  RUN mkdir -p /app/data
9
  RUN chmod -R 777 /app/data
10
  RUN pip install --no-cache-dir -r requirements.txt
11
+ RUN pip install python-multipart
12
 
13
  EXPOSE 5005
14