From 8802a2661cf1040198aecbedf6b712c3051ab6e7 Mon Sep 17 00:00:00 2001 From: Alex Graf Date: Sat, 24 Feb 2024 10:09:29 +0100 Subject: [PATCH] update pre-release action --- apps/client-asset-sg/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client-asset-sg/docker/Dockerfile b/apps/client-asset-sg/docker/Dockerfile index da5806f3..ccc9ae4e 100644 --- a/apps/client-asset-sg/docker/Dockerfile +++ b/apps/client-asset-sg/docker/Dockerfile @@ -11,7 +11,7 @@ RUN npx nx build client-asset-sg # final image build FROM nginx:mainline-alpine -LABEL maintainer=EBP Schweiz AG +LABEL maintainer="EBP Schweiz AG" WORKDIR /usr/share/nginx/html COPY --from=ui-builder /app/dist/apps/client-asset-sg .