Spring boot application that parses all the topics of thmmy.gr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
258 B

5 years ago
build:
@docker-compose -p topicstarters build;
run:
@docker-compose -p topicstarters up -d
stop:
@docker-compose -p topicstarters down
clean-data:
@docker-compose -p topicstarters down -v
clean-images:
@docker rmi `docker images -q -f "dangling=true"`