Patrice-Gaudicheau 1 rok temu
rodzic
commit
cef676429f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -8,7 +8,7 @@ remove:
 
 start:
 	@docker-compose start
-startanbuild: 
+startAndBuild: 
 	docker-compose up -d --build
 
 stop: