mirror of
https://github.com/pinry/pinry.git
synced 2026-05-07 07:37:05 +02:00
fix: try to fix dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user