added make restart_app

This commit is contained in:
2021-02-23 14:50:18 +01:00
parent fc971fa605
commit efaa66ed6c
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -58,5 +58,8 @@ exec_api:
exec_app: exec_app:
docker exec -it enfrancais_app_1 sh docker exec -it enfrancais_app_1 sh
restart_app:
docker-compose restart app
exec_mysql: exec_mysql:
docker exec -it enfrancais_mysql_1 bash docker exec -it enfrancais_mysql_1 bash
+3
View File
@@ -240,6 +240,9 @@ exec_api:
exec_app: exec_app:
docker exec -it enfrancais_app_1 sh docker exec -it enfrancais_app_1 sh
restart_app:
docker-compose restart app
exec_mysql: exec_mysql:
docker exec -it enfrancais_mysql_1 bash docker exec -it enfrancais_mysql_1 bash
``` ```