# appコンテナに入れる # node.js / npmのインストール RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get install -y nodejs