orch dockerfile update

This commit is contained in:
user
2026-03-28 19:54:05 +02:00
parent cebcf8a8cb
commit 3f469b55cf
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
FROM node:25.6.1 AS production
RUN apt-get update && apt-get install -y --no-install-recommends adb && rm -rf /var/lib/apt/lists/*
RUN npm i -g pnpm
WORKDIR /app