mirror of
https://github.com/plankanban/planka.git
synced 2025-08-08 23:15:31 +02:00
Update Dockerfile
This commit is contained in:
parent
04f2e0368a
commit
8be7bc37b8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue