/code-server-heroku

Launch automatic cloud dev workspaces

Primary LanguageDockerfile

🔴 This repo is archived. Check out deploy-code-server

code-server-heroku

Launch automatic cloud dev workspaces ☁️

Deploy

Why develop on a Heroku dyno?

  • Code from any device, even an iPad or Chromebook
  • Create a new workspace for each project, with the exact config necessary
  • Run unlimited dynos for free, up to 1000 total hours per month. They shut down after 30m of inactivity.

⚠️: Heroku does not have a persistant filesystem. Make sure you are using a git and pushing regularily.

Ways to get started:

Extending:

FROM bencdr/code-server-heroku

# Install your dependencies
RUN apt-get install -y ...

Todo:

  • Create base image
  • Create sample images
  • Create GitHub action to build
  • Simplify image creation/deployment process