test
This commit is contained in:
parent
e3eac33abf
commit
fb6912b30f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY ./app ./app
|
COPY ./app ./app
|
||||||
|
|
||||||
|
|
||||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
CMD ["uvicorn", "app.main:app", "--port", "8000"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue