-
Create your app:
-
Enter the name and description of your app.
-
No service is needed in this example. Only enter a service name.
The app summary should look like this:
-
-
Generate the source code and download the .zip file.
- Unzip the file and open it in VS Code.
-
Add the business logic to your app for generating a triangular wave using random data.
Source code
You can find the source code for this example here.
-
Once the code is ready: To build the image, run the command
make servicename_build
-
Start the Dockerfile to check if the app is running on the desired port.