diff --git a/7project/backend/Dockerfile b/7project/backend/Dockerfile index b517161..c958447 100644 --- a/7project/backend/Dockerfile +++ b/7project/backend/Dockerfile @@ -5,4 +5,4 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . EXPOSE 8000 -CMD alembic upgrade head && uvicorn app.app:app --host 0.0.0.0 --port 8000 +CMD alembic upgrade head && uvicorn app.app:fastApi --host 0.0.0.0 --port 8000