From 1cf73d77243dd5f5fc9e08f5332c4aab94ec6cec Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Fri, 2 Dec 2022 16:49:00 +0300 Subject: [PATCH] label --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 371ce1bf..bdc78288 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