coder / deploy-code-server

Deploy code-server to the cloud with a few clicks ☁️ 👨🏼‍💻
MIT License
874 stars 647 forks source link

auto reset on heroku #73

Closed Munz1211 closed 2 years ago

Munz1211 commented 2 years ago

why every 1 hour get auto reset from heroku??, how to solve it. The data that I coded disappeared instantly. help

bpmct commented 2 years ago

Hi @Munz1211. Sorry for the very late response. Heroku has an ephemeral filesystem which means that any files are reset and you must add tools to the Dockerfile for them to stay in your workspace.

To save your sourcecode, you can follow these instructions to persist your filesystem with rclone