From 14eea27ee7a4c07cc094c883321b53b65293ed83 Mon Sep 17 00:00:00 2001 From: Sebastian Plattner Date: Thu, 22 Aug 2024 11:05:17 +0200 Subject: [PATCH] fix dockerfile warnings --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7318e63..32d9bd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,11 +15,11 @@ ENV BACKEND_URL=http://acend-website-backend:8000 LABEL maintainer acend.ch -LABEL org.opencontainers.image.title "acend.ch's Website" -LABEL org.opencontainers.image.description "Container with acend.ch's Website" -LABEL org.opencontainers.image.authors acend.ch -LABEL org.opencontainers.image.source https://github.com/acend/website/ -LABEL org.opencontainers.image.licenses CC-BY-SA-4.0 +LABEL org.opencontainers.image.title="acend.ch's Website" +LABEL org.opencontainers.image.description="Container with acend.ch's Website" +LABEL org.opencontainers.image.authors="acend.ch" +LABEL org.opencontainers.image.source="https://github.com/acend/website/" +LABEL org.opencontainers.image.licenses="CC-BY-SA-4.0" COPY --from=builder /src/public /usr/share/nginx/html COPY ./nginx.conf.template /etc/nginx/templates/default.conf.template