thealinivan / geo-coding

Maps API
MIT License
0 stars 0 forks source link

Implementation - Setup Python in Docker #2

Closed thealinivan closed 3 months ago

thealinivan commented 3 months ago

Insight: Setup Python 3.12 in Docker container to facilitate running locally without local Python installed

Requirements: Add Python installation steps in Dockerfile and/or docker-compose.yml files in root directory

Resources: https://docs.docker.com/language/python/containerize/

Acceptance: Python is running in Docker container and app is running without requiring local installation of Python