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

https://github.com/nosix/sourcer-docker

Docker settings for https://github.com/benishouga/sourcer
https://github.com/nosix/sourcer-docker

docker-compose games javascript

Last synced: 2 months ago
JSON representation

Docker settings for https://github.com/benishouga/sourcer

Awesome Lists containing this project

README

        

# sourcer-docker

```bash
$ git clone https://github.com/nosix/sourcer-docker.git
# Set patch files
$ cd sourcer-docker
$ docker-compose build
$ docker-compose up -d
```

Access to [`http://localhost/`](http://localhost/).

## Patch making

```bash
$ git clone https://github.com/benishouga/sourcer.git
$ cd sourcer
# Edit source code
$ git commit
$ git format-patch -1 HEAD
```