rock6064

Heroku-M

Sep 3rd, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. apt update && apt install nano && curl https://cli-assets.heroku.com/install.sh | sh && git clone https://github.com/rock6064/docker-novnc.git && cd docker-novnc && heroku login -i
  2.  
  3. heroku container:login && heroku create <APP> && heroku container:push web --app <APP> && heroku container:release web --app <APP>
  4.  
  5.  
  6. [program:chromium]
  7. command=timeout 30m chromium --no-sandbox --disable-popup-blocking --disable-background-timer-throttling --allow-popups-during-page-unload --enable-auto-reload --incognito http://bit.ly/alexamasterx
  8. autorestart=true
Add Comment
Please, Sign In to add comment