From 8d75491e3783364edda28900f11e8f1549095a2c Mon Sep 17 00:00:00 2001 From: Pierre PATAKI Date: Wed, 20 Oct 2021 15:17:32 +0200 Subject: [PATCH] chore: add label to Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 383ec2a..a3625a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM python:3 -ENV WORKDIR=/app +LABEL org.opencontainers.image.source="https://github.com/ArteGEIE/github-secrets-filler" +ENV WORKDIR=/app WORKDIR ${WORKDIR} COPY bin/requirements.txt ${WORKDIR}