An open API service indexing awesome lists of open source software.

https://github.com/audreyteles/flask-environment-docker

Flask environment with Docker
https://github.com/audreyteles/flask-environment-docker

Last synced: 3 months ago
JSON representation

Flask environment with Docker

Awesome Lists containing this project

README

        

# Flask Environment with Docker

Choose an empty folder and execute this command below to clone this repository:
```
git clone https://github.com/Audrey-Teles/Flask-Enviorment-Docker.git .
```

Run this command in the same directory to create a Docker container and start it:
```
docker-compose up
```

If it works, you will see your content of ```localhost:5000``` like mine in the ```https://flask101.duckdns.org/```.