From 99d4fd6dcb55efcd674989447ded8508d7779d43 Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Wed, 20 Nov 2024 23:00:21 +0100
Subject: [PATCH] remove option --production=false
---
admin/Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/admin/Dockerfile b/admin/Dockerfile
index a01903cc3..387083347 100644
--- a/admin/Dockerfile
+++ b/admin/Dockerfile
@@ -63,7 +63,8 @@ FROM base as build
# Copy everything
COPY . .
# yarn install
-RUN yarn install --production=false --frozen-lockfile --non-interactive
+# RUN yarn install --production=false --frozen-lockfile --non-interactive
+RUN yarn install --frozen-lockfile --non-interactive
# yarn build
RUN yarn run build