Commit 583999ef authored by Administrator's avatar Administrator

Update install.sh

parent 6ee76ecc
Pipeline #44 canceled with stages
...@@ -27,6 +27,17 @@ sudo apt-get -y install docker-ce docker-ce-cli containerd.io ...@@ -27,6 +27,17 @@ sudo apt-get -y install docker-ce docker-ce-cli containerd.io
docker run -d -p 80:9000 --name=port --restart=always -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer docker run -d -p 80:9000 --name=port --restart=always -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer
git clone http://root:ahmadX09@git.fcfglobal.co/root/telegram-bot-ping.git
cd telegram-bot-ping
echo MCI > id.txt
cd ..
docker build -t node .
docker run --name node --restart=always -p 3000:3000 -d node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment