This commit is contained in:
@@ -31,9 +31,6 @@ RUN usermod -aG sudo root
|
||||
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
|
||||
apt-get install -y nodejs
|
||||
|
||||
# Install PM2 globally
|
||||
RUN npm install -g pm2
|
||||
|
||||
# # Switch to Fish shell
|
||||
# SHELL [ "fish", "--command" ]
|
||||
# RUN chsh -s /usr/bin/fish
|
||||
|
||||
Reference in New Issue
Block a user