This commit is contained in:
EthanShoeDev
2025-09-24 17:47:57 -04:00
parent a3934799e3
commit a225ce9fa2
3 changed files with 5 additions and 6 deletions

View File

@@ -23,8 +23,8 @@ COPY apps/web/package.json ./apps/web/
COPY packages/react-native-uniffi-russh/package.json ./packages/react-native-uniffi-russh/
COPY packages/react-native-xtermjs-webview/package.json ./packages/react-native-xtermjs-webview/
COPY packages/assets/package.json ./packages/assets/
RUN --mount=type=cache,target=/pnpm/store,id=fressh-pnpm,sharing=locked \
nix develop -c pnpm install --frozen-lockfile --offline
# RUN --mount=type=cache,target=/pnpm/store,id=fressh-pnpm,sharing=locked \
# nix develop -c pnpm install --frozen-lockfile --offline
COPY . .
RUN --mount=type=cache,target=/pnpm/store,id=fressh-pnpm,sharing=locked \