From 046f0e9da741c7c6fbf806951cde5f29e1f45124 Mon Sep 17 00:00:00 2001 From: doob187 <60312740+doob187@users.noreply.github.com> Date: Sat, 29 May 2021 08:11:47 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index aa71ed8..49ecdef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM python:3-alpine +LABEL org.opencontainers.image.source https://github.com/Red5d/docker-autocompose WORKDIR /usr/src/app