https://github.com/mr-addict/hello-backend
https://github.com/mr-addict/hello-backend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr-addict/hello-backend
- Owner: MR-Addict
- Created: 2022-10-28T10:56:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T06:05:30.000Z (over 3 years ago)
- Last Synced: 2025-01-12T12:46:42.037Z (over 1 year ago)
- Language: Python
- Homepage: https://azure.mraddict.top
- Size: 6.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello backend
build:
```bash
docker build -t hello-backend .
```
deploy:
```bash
docker-compose up -d
```