fix: dockerfile

This commit is contained in:
Valknar XXX
2025-10-26 01:56:26 +02:00
parent 75d0039bed
commit 3c04314492

View File

@@ -6,7 +6,7 @@
FROM node:22.11.0-slim AS base
# Enable corepack for pnpm
RUN corepack enable
RUN npm install -g corepack@latest && corepack enable
# Set working directory
WORKDIR /app