From 8ba96c69db4af15169f81c14772e310ab6fcf887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 22 May 2021 17:41:55 -0500 Subject: [README.md]: update --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e005403..72d6c82 100644 --- a/README.md +++ b/README.md @@ -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 . +``` -- cgit v1.2.3