Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 319 Bytes

File metadata and controls

8 lines (6 loc) · 319 Bytes

python-dockerfile-example

Репозиторий для демонстрации сборки Docker-образа из Dockerfile и деплоя проекта на Python с фреймворком FastAPI

docker build -t python-dockerfile-example .
docker run -d -p 8000:8000 python-dockerfile-example