1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Fix client build

This commit is contained in:
Maksim Eltyshev 2022-11-21 01:06:41 +01:00
parent fa8afd7b6e
commit e32125ddfa

View file

@ -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