mirror of
https://github.com/devproje/balance-application.git
synced 2024-10-21 00:11:21 +09:00
fix: module
This commit is contained in:
parent
a943ff08fb
commit
70bc590b0c
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ COPY . .
|
|||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]
|
||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue