From ac0a3d9ae74eb44a4eeca031a32bd0af27d82200 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Mon, 21 Nov 2022 01:06:41 +0100 Subject: [PATCH] fix: Fix client build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62d348c4..6f6677e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm install npm@latest --global \ && npm install COPY client . -RUN npm run build +RUN DISABLE_ESLINT_PLUGIN=true npm run build FROM ghcr.io/plankanban/planka:base-latest