From 3794039bc0fb6d4e1feb444dc26d857a08e568e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=90=92=F0=9D=90=94=F0=9D=90=83=F0=9D=90=84?= =?UTF-8?q?=F0=9D=90=84=F0=9D=90=8F=F0=9D=90=81=F0=9D=90=8E=F0=9D=90=93?= =?UTF-8?q?=F0=9D=90=92?= Date: Tue, 19 May 2026 13:22:39 +0530 Subject: [PATCH] Fix typo in Dockerfile comment Corrected a typo in the comment for running the API. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]