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

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-11-20 06:01:42 +05:00
parent 16795548ed
commit e2796195d8
9 changed files with 52698 additions and 6271 deletions

View file

@ -1,4 +1,4 @@
FROM node:14 AS client-builder
FROM node AS client-builder
WORKDIR /app
@ -10,7 +10,7 @@ COPY client .
RUN npm run build
FROM node:14-alpine
FROM node:alpine
WORKDIR /app