makseli / python-falcon-docker

Python Falcon run Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-falcon-docker

Minimal Docker image for Falcon Framework Python3 app on Alpine Linux

How to use

We assume your application code is in the directory ./falcon-app and your Falcon application is the falcon-app object in ./falcon-app/main.py.

.
├── Dockerfile
└── falcon-app
    └── main.py

Example:

docker build -t python-falcond .
docker run -it -p 3499:3499 python-falcond

Docker Hub Link: https://hub.docker.com/r/makseli/python-falcon-docker

Example run with Docker Compose: https://github.com/makseli/falcon-json-schema-validate-path-query

About

Python Falcon run Docker


Languages

Language:Python 61.3%Language:Dockerfile 38.7%