当使用Laravel Docker来使用npm时-
PHP的Dockerfile
# nodejs install
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get install -y nodejs
写下这个描述,
12.x是版本。
PHP的Dockerfile
# nodejs install
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get install -y nodejs
写下这个描述,
12.x是版本。