fix: use 14 in dev-docker image file

This commit is contained in:
winkidney
2022-04-21 09:09:40 -07:00
parent 86bc3ce08a
commit e56c0e5813

View File

@@ -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