You can easily deploy your Dockerfile using the ale
Dockerfile template.
ale
presets and templates use minimal libraries to optimize resource usage.
If your application requires additional libraries not included in our default presets, such as Windows or Chrome libraries, you need to use the Dockerfile template. Please refer to our example code for creating your custom Dockerfile.
On the dashboard, click or ⌘ + K
to open the deployment modal. Select the Dockerfile template, Then choose a GitHub repository from the dropdown or input a Git repository URL in the Git URL tab.
Deploy
Click the icon in the service card or service page to check deployment/runtime logs or access the terminal.
You can view service metrics in the Metrics tab of the service page.
When you update your code or modify resource settings, click Deploy
at the bottom of the service settings page to apply these changes with a new deployment.
To restore your service to a previous version, navigate to the deployment history tab in the service page.
Node.js - Express
Python Flask
Spring Boot
Spring Boot(Multi-module)
Spring Boot CRUD App(Gradle)
Spring Boot CRUD App(Maven)