From dee8aa28d8b619c67948a51128afd724216d540c Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Fri, 24 Mar 2023 16:07:46 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2976707cd..33355eb67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ FROM python:3.11-alpine RUN python -m pip install --upgrade pip RUN python -m pip install --upgrade wheel RUN python -m pip install bioregistry[web] -ENTRYPOINT python -m bioregistry web --port 8766 --host "0.0.0.0" --workers 4 +ENTRYPOINT python -m bioregistry web --port 8766 --host "0.0.0.0"