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

https://github.com/davydany/genfile-test


https://github.com/davydany/genfile-test

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Generates Files in Docker

## Build Image

```
docker build -t .
```

## Run Image

```
mkdir -p ./out
docker run -v $(pwd)/out:/out -it
```