Marco Zeisler 3ab10859d7 move template to ./template;
added global README.md;
2020-11-17 19:43:35 +01:00

15 lines
285 B
Makefile

# If you want you can use this Makefile to specify debug commands, test scripts, etc.
# Some examples below
start:
docker-compose build && docker-compose up -d
restart:
docker-compose restart
build:
docker-compose build
purge:
docker-compose down -v --rmi all --remove-orphans