Simple Flask application
https://hub.docker.com/r/jmmfcoutinho/hello-world-flask-application
- Clone repo:
$ git clone https://github.com/jmmfcoutinho/hello-world-flask-application.git
2. Go to repo root folder.
3. Run the image:
$ docker run -p 127.0.0.1:3000:3000 jmmfcoutinho/hello-world-flask-application
4. Open browser and check if app is working:
Link: http://localhost:3000/
A message saying {"message":"Hello world"}
should appear if everything was done correctly.
This app is deployed on https://fly.io. It can be accessed using the following link: