From aad740626107c083d142510438e76bc648efb496 Mon Sep 17 00:00:00 2001 From: hywax Date: Sun, 14 Apr 2024 20:15:31 +0500 Subject: [PATCH] build: change author email --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a98c368..65eeb59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ FROM gcr.io/distroless/nodejs20 LABEL org.opencontainers.image.title="Mafl" LABEL org.opencontainers.image.description="Minimalistic flexible homepage" LABEL org.opencontainers.image.source="https://github.com/hywax/mafl" -LABEL org.opencontainers.image.authors="Hywax " +LABEL org.opencontainers.image.authors="Hywax " LABEL org.opencontainers.image.licenses="MIT" WORKDIR /app