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 aaed9c6 commit 7a66d83Copy full SHA for 7a66d83
Dockerfile
@@ -2,5 +2,4 @@ FROM python:3.11.6
2
WORKDIR /app
3
COPY . /app
4
RUN pip install -r requirements.txt
5
-COPY .env /app/.env
6
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
0 commit comments