We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Problem:
How to create for Express(Node)? I can only create Flask and Django in your site. (src)
Describe the solution you'd like
Update https://github.com/KarmaComputing/container-hosting/tree/main/repo-template-files/quickstarts to quick-start an express (NodeJs) application.
As a reminder, those are :
An automated quickstart with the framework you choose, with Dockerfile & example code Container hosting & running with a web address
A database, already connected to your app so you don't need to worry about that.
A web address with a SSL/TLS certificate
Automatic re-deploy when you do a git push to your repo using GitHub actions.
The text was updated successfully, but these errors were encountered:
Fix #44 Express quickstart add Nodejs. Limit app cpu
69380cb
6891dc1
🚀 Issue was released in v0.0.45 🚀
v0.0.45
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Problem:
Describe the solution you'd like
Update https://github.com/KarmaComputing/container-hosting/tree/main/repo-template-files/quickstarts to quick-start an express (NodeJs) application.
As a reminder, those are :
An automated quickstart with the framework you choose, with Dockerfile & example code
Container hosting & running with a web address
A database, already connected to your app so you don't need to worry about that.
A web address with a SSL/TLS certificate
Automatic re-deploy when you do a git push to your repo using GitHub actions.
The text was updated successfully, but these errors were encountered: