You can use "herroku button" for create and run heroku app usage git repository (contains app manifest and other applications files) This repo https://github.com/ivang7/heroku-vscode include two version: latest and stable Also i publish button here:
Code server is open-source solutions for usage visual studio code in browser.
You should have installed heroku-cli for run docker image on heroku.
Run command
heroku create vs-code-server
where vs-code-server is name of you application.
Make login your docker to heroku image repository heroku container:login
Get current image to your own machine docker pull ivang7/code-server-heroku
After this add tag and push image to heroku
docker tag ivang7/code-server-heroku registry.heroku.com/vs-code-server/web
docker push registry.heroku.com/vs-code-server/web
and lastest - apply release for run docker image on heroku heroku container:release web -a vs-code-server
open your application in browser heroku open -a vs-code-server
Content type
Image
Digest
Size
170 MB
Last updated
over 6 years ago
docker pull ivang7/code-server-heroku