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

https://github.com/rizz404/project2


https://github.com/rizz404/project2

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## Docker configuration

****
```dockerfile
FROM nginx:latest
COPY html /usr/share/nginx/html
```