diff --git a/Dockerfile b/Dockerfile index 05c10bb..5a010df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN npm install npm@latest --global \ COPY client . RUN npm run build -FROM ghcr.io/plankanban/planka:base +FROM ghcr.io/plankanban/planka:build-base WORKDIR /app