v1 complete
Browse files- 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 |
|