docker run -d -P -p 9005:9005 -p 2222:22 -v C:\Users\user\Downloads\ooxxooxx\public_html:/project --name test_sshd rastasheep/ubuntu-sshd:18.04   
  
> apt update  
> apt install curl  
> curl -sL https://deb.nodesource.com/setup_16.x | bash -  
> apt-get install -y nodejs  
  
> npm install -g firebase-tools  
> cd /project  
> firebase login  
> firebase deploy