chore(server): updated Railway cache key
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user