superchatai commited on
Commit
6648de9
·
verified ·
1 Parent(s): a6c99a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
7
 
8
  WORKDIR /app
9
 
10
- RUN pip3 install --no-cache-dir python-multipart flask
11
 
12
  COPY app.py .
13
 
 
7
 
8
  WORKDIR /app
9
 
10
+ RUN pip3 install --no-cache-dir python-multipart flask flask-cors
11
 
12
  COPY app.py .
13