phpのDockerfileに
# nodejs install
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get install -y nodejs
こちらの記述を書くこと
12.xはバージョン
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
phpのDockerfileに
# nodejs install
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
RUN apt-get install -y nodejs
こちらの記述を書くこと
12.xはバージョン
Register as a new user and use Qiita more conveniently
Go to list of users who liked