Hacker News new | ask | show | jobs
by canadiantim 1114 days ago
Looks great! Congrats! Can I use it without Docker?
1 comments

thanks!

It uses docker under the hood, you don’t have to work with docker locally. But your app needs to respect environment variables and have a Procfile in the root with a list of commands to run your app.

Example: https://gitlab.com/speedpycom/speedpycom-backend/-/blob/main...