diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 . +``` |