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

https://github.com/nikitavoloboev/orbstack-test


https://github.com/nikitavoloboev/orbstack-test

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

## build container

```
docker build -t postgres .
```

## run container

```
docker run -d \
--name postgres \
-p 5432:5432 \
postgres
```