diff --git a/Dockerfile b/Dockerfile index 5b1740b..b6d0e30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,5 +14,5 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -# Run the API +# Rn the API CMD ["uvicorn", "YUKIYTAPI.main:app", "--host", "0.0.0.0", "--port", "8000"]