fix: try to fix dockerfile

This commit is contained in:
winkidney
2024-09-30 20:30:13 +08:00
parent e40ddb28cc
commit 3da858b98b
2 changed files with 8 additions and 8 deletions

View File

@@ -5,8 +5,8 @@ COPY . /app
# config nodejs
RUN curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n
RUN bash n 14
RUN npm -g install yarn
RUN bash n 18
RUN npm -g install pnpm
WORKDIR /app
RUN pip install poetry