mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
add docker-run to help target
This commit is contained in:
parent
be73456347
commit
bffd905b34
11
Makefile
11
Makefile
@ -7,11 +7,12 @@ all: help
|
|||||||
# Target to display help information
|
# Target to display help information
|
||||||
help:
|
help:
|
||||||
@echo "Available targets:"
|
@echo "Available targets:"
|
||||||
@echo " venv - Set up a Python 3 virtual environment."
|
@echo " venv - Set up a Python 3 virtual environment."
|
||||||
@echo " pip - Install dependencies from requirements.txt."
|
@echo " pip - Install dependencies from requirements.txt."
|
||||||
@echo " docs - Generate HTML documentation using pdoc."
|
@echo " docker-run - Run entire setup on docker
|
||||||
@echo " run - Run flask_server.py in the virtual environment."
|
@echo " docs - Generate HTML documentation using pdoc."
|
||||||
@echo " clean - Remove generated documentation and virtual environment."
|
@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
|
# Target to set up a Python 3 virtual environment
|
||||||
venv:
|
venv:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user