docs: update docker/Dockerfile

This commit is contained in:
吴阴天 2023-04-07 01:33:40 +00:00 committed by wikijs
parent 5ffdb3a8ff
commit 6849e233aa

View File

@ -2,7 +2,7 @@
title: 我的Dockerfile
description:
published: true
date: 2023-04-04T08:53:17.534Z
date: 2023-04-07T01:33:38.704Z
tags: docker, 技术, code, 代码
editor: ckeditor
dateCreated: 2023-04-03T09:10:22.169Z
@ -13,4 +13,6 @@ dateCreated: 2023-04-03T09:10:22.169Z
RUN apt-get update \
&& apt install -y npm \
&& apt install -y git \
&& npm install -g n \
&& n latest \
&amp;&amp; npm install -g yarn \</code></pre>