Implemented inverted color scheme

This commit is contained in:
2025-04-16 02:26:13 +02:00
parent 4ec3037474
commit dfcd35bacc
5 changed files with 568 additions and 563 deletions

View File

@@ -115,6 +115,7 @@ def update_docker(directory):
need_to_build = True
if need_to_build:
# @todo Here a pull for openproject should be placed.
run_command("docker-compose build")
start_docker(directory)
else: