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}