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
- Host: GitHub
- URL: https://github.com/audreyteles/flask-environment-docker
- Owner: audreyteles
- Created: 2023-02-03T22:27:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T17:05:08.000Z (11 months ago)
- Last Synced: 2025-01-21T12:47:48.166Z (5 months ago)
- Language: Dockerfile
- Homepage: https://flask101.duckdns.org/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/```.