1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-08 23:15:31 +02:00

Update Dockerfile

This commit is contained in:
Kunio Okita 2023-03-26 11:32:43 +09:00 committed by GitHub
parent 04f2e0368a
commit 8be7bc37b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM ghcr.io/plankanban/planka:base-latest as server-dependencies
FROM ghcr.io/HS-KunioOkita/planka:base-latest as server-dependencies
WORKDIR /app
@ -19,7 +19,7 @@ RUN npm install npm@latest --global \
COPY client .
RUN DISABLE_ESLINT_PLUGIN=true npm run build
FROM ghcr.io/plankanban/planka:base-latest
FROM ghcr.io/HS-KunioOkita/planka:base-latest
RUN apk del vips-dependencies --purge