Yesterday I spent a couple of hours of coding in Python and Flask for my Explain JMeter app. Locally it is working okay. But when I try to deploy the app in DO, I was getting no error but the deployment failed. π
After googling, I installed waitress
package and configured the port in the Python file, it ran successfully in development environment.β
In DO, I had to configure the build command and the port for the deployment.
All is cool now. π
Now, back to implement the features.
Thanks to Sandor for his insights. π
Top comments (0)