From e4bbe11bed0cb3c8d8c4177b9576e92fe94f2f9a Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Fri, 2 Dec 2022 16:52:16 +0300 Subject: [PATCH] unlabel --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdc78288..371ce1bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.10 -LABEL com.dokku.docker-image-labeler/alternate-tags=['discoursio.api'] + EXPOSE 8080 ADD nginx.conf.sigil ./ RUN /usr/local/bin/python -m pip install --upgrade pip