mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
fix: Fix client build
This commit is contained in:
parent
b0d23373c0
commit
ac0a3d9ae7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN npm install npm@latest --global \
|
||||||
&& npm install
|
&& npm install
|
||||||
|
|
||||||
COPY client .
|
COPY client .
|
||||||
RUN npm run build
|
RUN DISABLE_ESLINT_PLUGIN=true npm run build
|
||||||
|
|
||||||
FROM ghcr.io/plankanban/planka:base-latest
|
FROM ghcr.io/plankanban/planka:base-latest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue