/Test_docker_ci_app

Primary LanguageDockerfileApache License 2.0Apache-2.0

Sample of creation python-poetry image

Build image and run container

docker build -t python-poetry .
docker run -d -p 8000:80 python-poetry

Test

curl http://localhost:8000
curl http://localhost:8000/stats