[README.md]: update

This commit is contained in:
Jesús 2021-05-22 17:41:55 -05:00
parent a408d837db
commit 8ba96c69db
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -9,3 +9,15 @@ $ 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
$ cd core/
```
```console
$ docker build --no-cache --tag yt-local -f Dockerfile .
```