ChCalvoLeon 4 месяцев назад
Родитель
Сommit
72719ff8d5
1 измененных файлов: 9 добавлений и 0 удалений
  1. 9 0
      Makefile

+ 9 - 0
Makefile Просмотреть файл

@@ -0,0 +1,9 @@
1
+.PHONY: run-diario
2
+
3
+run-diario:
4
+	docker exec -it liciagbar_web php index.php Parser
5
+
6
+.PHONY: run-completo
7
+
8
+run-completo:
9
+	docker exec -it liciagbar_web php index.php ParserCompleto