From f5e4356d2f082ee7cbd1f5e76ca76551fe1a936e Mon Sep 17 00:00:00 2001 From: henrikstranneheim Date: Thu, 30 May 2024 15:33:53 +0200 Subject: [PATCH] feat(update): gunicorn --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c830fdb..f48be89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker.io/library/python:3.11-slim-bullseye as base LABEL about.home="https://github.com/Clinical-Genomics/genotype-api" -LABEL about.tags="CG Core database and API" +LABEL about.tags="Genotype API" ENV GUNICORN_WORKERS=1