Glossary

Docker:

`docker build` completes without errors locally - `docker run --env-file .env image-name` starts and the application responds at the mapped port - The container runs as a non-root user - Gunicorn (not Flask dev server) is the CMD

Learn More

Related Terms