From 4c6a9766762db1447a35fe108dec324385028a6f Mon Sep 17 00:00:00 2001 From: Dominik Siebel Date: Mon, 16 Sep 2024 16:10:46 +0200 Subject: [PATCH] add docker-run to help target --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ceeb872..9cf978f 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,12 @@ all: help # Target to display help information help: @echo "Available targets:" - @echo " venv - Set up a Python 3 virtual environment." - @echo " pip - Install dependencies from requirements.txt." - @echo " docs - Generate HTML documentation using pdoc." - @echo " run - Run flask_server.py in the virtual environment." - @echo " clean - Remove generated documentation and virtual environment." + @echo " venv - Set up a Python 3 virtual environment." + @echo " pip - Install dependencies from requirements.txt." + @echo " docker-run - Run entire setup on docker + @echo " docs - Generate HTML documentation using pdoc." + @echo " run - Run flask_server.py in the virtual environment." + @echo " clean - Remove generated documentation and virtual environment." # Target to set up a Python 3 virtual environment venv: