We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1290f5 commit 17eb688Copy full SHA for 17eb688
Dockerfile
@@ -13,6 +13,7 @@ COPY requirements.txt .
13
RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
15
COPY app.py .
16
+COPY templates/ templates/
17
18
CMD uvicorn app:app \
19
--host 0.0.0.0 \
0 commit comments