From ecd3499890b4110cae8b75ad5a6ef1b4ca3976be Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Mon, 1 Jul 2024 17:54:58 +0200 Subject: [PATCH] feat: :whale: Change some labels --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f7efb4..afaf0d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM python:3.11-alpine -LABEL authors="louisgallet" +LABEL authors="Louis Gallet" +LABEL description="Make This Playlist is a web application that allows anyone to add music to a Spotify playlist without needing a Spotify account. The application is accessible at the following address: [Make This Playlist](https://makethisplaylist.louisgallet.fr)." + ENV PYTHONDONTWRITEBYTECODE 1 ENV PYTHONUNBUFFERED 1