This commit is contained in:
Ubuntu
2025-07-04 18:16:17 +00:00
parent 036c4167d8
commit bb5ab233e0
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -11,8 +11,12 @@ all:
up:
sudo docker-compose -f srcs/docker-compose.yml up --build -d
re: fclean all
fclean:
sudo docker-compose -f srcs/docker-compose.yml down --rmi all --volumes
sudo rm -rf /home/yantoine/data
.PHONY: all up fclean
.PHONY: all up fclean re