This commit is contained in:
2024-03-07 11:05:58 +01:00
parent b7d3ef9f33
commit 4d635db56a
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -41,3 +41,6 @@ exec_npm:
exec_mysql:
docker exec -it popsucoloque-mysql-1 bash
dump_db:
docker exec popsucoloque-mysql-1 sh -c 'exec mysqldump -uroot -ppopsu colloque21' > ./ressources/colloque21-$(DATE_NOW)-local.sql