mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 01:11:50 +03:00
Set best image quality for all uploads. Closes #114
This commit is contained in:
@@ -2,13 +2,11 @@ FROM node AS client-builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY client/package.json client/package-lock.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY client .
|
||||
|
||||
RUN npm install npm@latest --global && npm run build
|
||||
RUN npm install npm@latest --global \
|
||||
&& npm install \
|
||||
&& npm run build
|
||||
|
||||
FROM node:alpine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user