mirror of
https://github.com/pinry/pinry.git
synced 2026-02-25 07:41:08 +01:00
fix: use 14 in dev-docker image file
This commit is contained in:
@@ -5,7 +5,7 @@ COPY . /app
|
||||
|
||||
# config nodejs
|
||||
RUN curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n
|
||||
RUN bash n 10
|
||||
RUN bash n 14
|
||||
RUN npm -g install yarn
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user