24 lines
411 B
Markdown
24 lines
411 B
Markdown
# Hyperbola Mirror for docker
|
|
|
|
Synchronize Hyperbola repo with docker
|
|
|
|
```console
|
|
$ cp -v config.env.example config.env
|
|
```
|
|
|
|
```console
|
|
$ docker-compose up -d
|
|
```
|
|
|
|
## Build container from source
|
|
|
|
To rebuild this container, copy this repository locally and run:
|
|
|
|
```console
|
|
$ docker build --no-cache --tag rusian/hypermirror -f Dockerfile .
|
|
```
|
|
|
|
## License
|
|
|
|
This work is licensed under the [GNU GPLv3+](LICENSE)
|