mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Fix board deletion, update dependencies. Closes #146
This commit is contained in:
parent
b39119ace4
commit
1a5c0f53f8
9 changed files with 815 additions and 601 deletions
|
@ -8,7 +8,7 @@ RUN npm install npm@latest --global \
|
|||
&& npm install \
|
||||
&& npm run build
|
||||
|
||||
FROM node:alpine
|
||||
FROM node:lts-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue