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

https://github.com/patricksanders/entrypoint-example


https://github.com/patricksanders/entrypoint-example

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Building:

```
docker build -t entrypoint-example .
```

Running:

```
# Run normally
docker run --rm -it entrypoint-example

# Sleep after your command exits
docker run --rm -it -e DEV_MODE=true entrypoint-example
```