diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-22 17:41:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-22 17:41:55 -0500 |
commit | 8ba96c69db4af15169f81c14772e310ab6fcf887 (patch) | |
tree | e48521105282ed9c20929a6cd470b1b72eda371f /README.md | |
parent | a408d837db408a38895e565da2958cbd4b151db2 (diff) | |
download | yt-local-docker-8ba96c69db4af15169f81c14772e310ab6fcf887.tar.lz yt-local-docker-8ba96c69db4af15169f81c14772e310ab6fcf887.tar.xz yt-local-docker-8ba96c69db4af15169f81c14772e310ab6fcf887.zip |
[README.md]: update
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 . +``` |