fix: Fix client build

pull/334/merge
Maksim Eltyshev 3 years ago
parent b0d23373c0
commit ac0a3d9ae7

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

Loading…
Cancel
Save