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
- Host: GitHub
- URL: https://github.com/nosix/sourcer-docker
- Owner: nosix
- License: mit
- Created: 2018-11-10T12:09:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T05:13:53.000Z (over 6 years ago)
- Last Synced: 2025-01-02T11:09:14.647Z (4 months ago)
- Topics: docker-compose, games, javascript
- Language: Dockerfile
- Homepage:
- Size: 241 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```