Merge pull request #1 from Aayush786/railway/code-change-IL0urQ

Fix pnpm cache mount syntax in Dockerfile
This commit is contained in:
Aayush Niure 2026-05-19 21:07:01 +05:45 committed by GitHub
commit 29ecba3ccc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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