diff --git a/Dockerfile b/Dockerfile index 07ffa28..e2af0ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ EXPOSE 8000 # run the application -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] +CMD ["uvicorn", "python_fm_dapi_weaver.main:app", "--host", "0.0.0.0", "--port", "8000"]