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

https://github.com/beda-software/hello-world


https://github.com/beda-software/hello-world

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Python Flask application to deploy with bro PaaS

Build the image using the following command

```bash
$ docker build -t hello-world-core:latest .
```

Run the Docker container using the command shown below.

```bash
$ docker run -d -p 5000:5000 hello-world-core:latest
```