Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 443 Bytes

website: http://ywc-url.herokuapp.com/

Git Clone:

$ git clone https://github.com/rizchen/flask_shorten_url.git

to project_folder:

$ cd ./flask_shorten_url

Build docker image:

$ docker build -t <youname>/flask_shorten_url .

Run docker container:

$ docker run -d -p 5000:5000 --name <container name> <yourname>/flask_shorten_url

Use service:

http://localhost:5000/

Stop docker container:

$ docker stop <container name>