From 00e050ad90e2c58f42bd3520a783d05cc7145651 Mon Sep 17 00:00:00 2001 From: Hossein Rimaz Date: Mon, 27 Nov 2023 01:28:07 +0100 Subject: [PATCH] Fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d855ae..819b49b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . EXPOSE 80 -CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port"] +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"] HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://localhost:80/health \ No newline at end of file