https://github.com/cloud11665/cldsh-api
https://github.com/cloud11665/cldsh-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloud11665/cldsh-api
- Owner: cloud11665
- Created: 2021-02-04T22:17:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T08:09:42.000Z (about 5 years ago)
- Last Synced: 2025-02-16T21:42:06.780Z (over 1 year ago)
- Language: Python
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cld.sh api
runs on pypy v7.3.5
to build
```sh
docker build -t "cld.sh-api" .
docker run -d --net="host" --name="api.cld.sh" "cld.sh-api/latest"
```