kkelly18 / flask-on-predix

A codebook of spikes configuring variations of a Flask app for GE's Predix platform
Apache License 2.0
3 stars 1 forks source link

Issue #3 | Removed command attribute from manifest.yml #5

Closed TheLandolorien closed 7 years ago

TheLandolorien commented 7 years ago

Removed redundant command specification from manifest.yml

This Predix Forum answer has the best explanation: https://forum.predix.io/questions/2778/how-do-i-deploy-python-application-in-predix.html

tl;dr You only need one. If you have both, the manifest.yml command properties will override the properties in the Procfile. Procfile seems to be more flexible and has more fault tolerance.