sca255 commited on
Commit
4e4142c
1 Parent(s): 1fb2929

v1 complete

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /code
7
 
8
 
9
 
10
- RUN pip install --no-cache-dir flask
11
 
12
  COPY . .
13
 
 
7
 
8
 
9
 
10
+ RUN pip install --no-cache-dir flask uvicorn
11
 
12
  COPY . .
13