fix: Add git lfs while deploying

This commit is contained in:
Andras Bacsai
2022-04-05 10:21:40 +02:00
parent 3ef093c7e6
commit 32020fd336
5 changed files with 68 additions and 39 deletions

View File

@@ -11,7 +11,7 @@ WORKDIR /app
LABEL coolify.managed true
RUN apk add --no-cache git openssh-client curl jq cmake sqlite
RUN apk add --no-cache git git-lfs openssh-client curl jq cmake sqlite
RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
RUN pnpm add -g pnpm