Ajout de scripts

This commit is contained in:
Lyanis SOUIDI 2023-05-26 01:22:09 +02:00
parent 4df2d1ffb5
commit 6885355800
Signed by: Lyanis SOUIDI
GPG Key ID: 251ADD56CFE6A854
3 changed files with 4 additions and 0 deletions

1
start.cmd Normal file
View File

@ -0,0 +1 @@
docker compose up -d

1
stop.cmd Normal file
View File

@ -0,0 +1 @@
docker compose down

2
update.cmd Normal file
View File

@ -0,0 +1,2 @@
git pull
docker compose up -d --build