From 6622c05a323997fcc363be0720739e839406754c Mon Sep 17 00:00:00 2001 From: Alex <apuret@takima.fr> Date: Thu, 9 Dec 2021 16:18:17 +0100 Subject: [PATCH] chore: enable strip by default to reduce image size --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ab6965..5c029a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,7 @@ ARG version=latest # Optionally build a striped Theia application with no map file or .ts sources. # Makes image ~150MB smaller when enabled -ARG strip=false +ARG strip=true ENV strip=$strip USER theia -- GitLab