mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-08-08 17:23:18 +02:00
fix docker build
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:20-alpine AS base
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN corepack enable
|
||||
RUN npm install -g pnpm
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user