kutzooi
Build and Push Docker Images / build-and-push (push) Successful in 9m42s

This commit is contained in:
2025-07-27 16:08:52 +02:00
parent e51894361f
commit 9b499b82a8
3 changed files with 3 additions and 6 deletions
@@ -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