fix: Cleanup images

This commit is contained in:
Andras Bacsai
2022-02-11 21:04:48 +01:00
parent a10ddd4063
commit 162b637992
3 changed files with 25 additions and 9 deletions

View File

@@ -8,6 +8,8 @@ RUN yarn build
FROM node:16.14.0-alpine
WORKDIR /app
LABEL coolify.managed true
RUN apk add --no-cache git openssh-client curl jq cmake sqlite
RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6