[README.md]: update

This commit is contained in:
Jesús
2021-05-22 17:41:55 -05:00
parent a408d837db
commit 8ba96c69db

View File

@@ -9,3 +9,15 @@ $ cp -v config.env.example config.env
```console ```console
$ docker-compose up -d $ 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 .
```