Makefile 181B

12345678910
  1. .PHONY: run-diario
  2. run-diario:
  3. docker exec -it liciagbar_web php index.php Parser
  4. .PHONY: run-completo
  5. run-completo:
  6. docker exec -it liciagbar_web php index.php ParserCompleto