https://github.com/beda-software/hello-world
https://github.com/beda-software/hello-world
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beda-software/hello-world
- Owner: beda-software
- Created: 2016-08-10T16:28:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T13:11:07.000Z (over 8 years ago)
- Last Synced: 2025-03-13T07:03:13.395Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```