Added clean command

This commit is contained in:
2023-04-21 10:45:05 +02:00
parent 2b76b3e9f2
commit 579a6e4920

View File

@@ -6,4 +6,9 @@ build:
docker build -t $(IMAGE_NAME) .
run:
docker compose up
docker compose up
clean:
rm -rf config/*
git restore config/server.cfg