fix: module

This commit is contained in:
Project_IO 2024-10-10 15:23:14 +09:00
parent a943ff08fb
commit 70bc590b0c

View file

@ -13,5 +13,5 @@ COPY . .
EXPOSE 8000 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"]