Advertisement
rock6064

Herokux

Apr 16th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. curl https://cli-assets.heroku.com/install.sh | sh
  2.  
  3. wget https://download945.mediafire.com/qrdw38b3o2rg/b1jofkcfonp8ocq/heroku+novnc+full.zip
  4.  
  5. [[[Extract and open]]]
  6.  
  7. heroku login -i
  8.  
  9. heroku container:login
  10.  
  11. [[[Edit docker-compose.yml to port 80:80]]]
  12.  
  13. heroku create appname
  14.  
  15. heroku container:push web -a appname
  16.  
  17. heroku container:release web -a appname
  18.  
  19. heroku open -a appname
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement