Yzoop / golden-ratio-beauty-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

golden-ratio-beauty-calculator


Docker setup

Build the docker image

docker build -t goldenratioimage .

Start the Docker Container

docker run -d --name goldenratiocontainer -p 80:80 goldenratioimage
If the container was started successfully, go to the default swagger page

About


Languages

Language:Python 50.9%Language:Dockerfile 49.1%