This commit is contained in:
Elio Bischof
2025-08-02 05:35:33 +02:00
parent 90dc64a2bb
commit c066e7cd0d
27 changed files with 280 additions and 231 deletions

View File

@@ -14,4 +14,6 @@ RUN apt-get update && \
apt-get clean && \
corepack enable && COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare pnpm@10.13.1 --activate
COPY --chown=node:node commands /commands
USER node