diff --git a/Makefile b/Makefile index b6604ad2..c70d7c3e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,13 @@ dc-up: dc-down: docker compose down --volumes -dc-reset: +dc-restart: make dc-down make dc-up +dc-build: + docker compose build + +dc-rebuild: + make dc-build + make dc-restart \ No newline at end of file diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl index 6dee5560..1cf58b7e 100644 --- a/client/html/post_readonly_sidebar.tpl +++ b/client/html/post_readonly_sidebar.tpl @@ -1,5 +1,6 @@