mirror of
https://github.com/imputnet/cobalt.git
synced 2026-08-31 23:57:30 +00:00
Merge pull request #1 from Aayush786/railway/code-change-IL0urQ
Fix pnpm cache mount syntax in Dockerfile
This commit is contained in:
commit
29ecba3ccc
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ COPY . /app
|
|||
RUN corepack enable
|
||||
RUN apk add --no-cache python3 alpine-sdk
|
||||
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
|
||||
RUN --mount=type=cache,target=/pnpm/store \
|
||||
pnpm install --prod --frozen-lockfile
|
||||
|
||||
RUN pnpm deploy --filter=@imput/cobalt-api --prod /prod/api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue