Update Dockerfile

This commit is contained in:
Leex 2025-02-23 22:28:24 +01:00 committed by GitHub
parent 8e790d08e2
commit 52970812cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,8 @@ COPY package.json pnpm-lock.yaml ./
#RUN npm install -g corepack@latest #RUN npm install -g corepack@latest
RUN corepack enable pnpm && pnpm install #RUN corepack enable pnpm && pnpm install
RUN npm install -g pnpm && pnpm install
# Copy the rest of your app's source code # Copy the rest of your app's source code
COPY . . COPY . .