1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 13:35:27 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-11-20 06:01:42 +05:00
parent de7d080910
commit de1f7c7564
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