chore(server): updated Railway cache key

This commit is contained in:
Neko Ayaka
2026-01-06 03:24:53 +08:00
parent ef4390ab90
commit a3cf297642
+1 -1
View File
@@ -9,7 +9,7 @@ COPY apps/server apps/server
# https://docs.railway.com/guides/dockerfiles#cache-mounts
# --mount=type=cache,id=s/<service id>-<target path>,target=<target path>
RUN --mount=type=cache,id=s/cf17b143-327a-4f8e-bb34-27ca77380109-/root/.pnpm-store,target=/root/.pnpm-store \
RUN --mount=type=cache,id=s/fec8bf0d-37e0-4283-8202-5f1bd7e6cd0e-/root/.pnpm-store,target=/root/.pnpm-store \
pnpm install --frozen-lockfile --ignore-scripts
EXPOSE 3000