Deploying a free Python Dash Open Source app from a Docker container with Gunicorn

L. D. Nicolas May
3 min readJul 20, 2020
Unicorn! This one’s not green, though! (https://gunicorn.org/)

Do you need to deploy a Dash app without plunking down the cash for Dash Enterprise? Here’s the straightforward steps I used to deploy a simple test app in a Docker container. The container runs on a RedHat virtual machine provisioned by my employer’s sysadmins.

1. Create App

--

--