From 32026dacfc50d8b15ff3c9e06e707e920adab228 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 7 May 2025 00:46:51 +0200 Subject: [PATCH] fix warning in workflow for lower case as (#8494) --- webapp/Dockerfile.maintenance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/Dockerfile.maintenance b/webapp/Dockerfile.maintenance index 3e4b9b054..bc930f7d0 100644 --- a/webapp/Dockerfile.maintenance +++ b/webapp/Dockerfile.maintenance @@ -36,6 +36,6 @@ ONBUILD RUN yarn run generate FROM build AS production_build -FROM base as production +FROM base AS production COPY --from=production_build ./app/dist/ /usr/share/nginx/html/ COPY --from=production_build ./app/maintenance/nginx/custom.conf /etc/nginx/conf.d/default.conf