Skip to content Skip to sidebar Skip to footer
Showing posts with the label Falcon

Docker Run Cannot Find Executable "uwsgi"

I am trying to deploy a falcon app with Docker. Here is my Dockerfile: FROM python:2-onbuild # Set… Read more Docker Run Cannot Find Executable "uwsgi"

Is It Possible To Run Falcon App From Python?

I'm moving my code from Flask to Falcon and a small annoyance is that I can't seem to find … Read more Is It Possible To Run Falcon App From Python?