From 41e68a9d54c07470184e8ca0c3e606566371b465 Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Tue, 20 Aug 2024 09:21:30 -0300 Subject: [PATCH] docs: guide on rebuilding image --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a778b69..8f97128 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ note: this is a project made for learning purposes, you should use other more ma docker compose up -d # might be docker-compose depending on distro ``` - dont change inside port of 8080 unless you know what you're doing +- when updating, run with `--build` instead: +```bash +docker compose up --build -d +``` ### manual