Justfile targets adjusted for cleaning podman with podman-clean
This commit is contained in:
parent
fef0a7d0f5
commit
b21266e0e0
1 changed files with 6 additions and 1 deletions
5
Justfile
5
Justfile
|
@ -29,3 +29,8 @@ clean: remove-podman-containers
|
||||||
rm -f ttime-server.tar.gz
|
rm -f ttime-server.tar.gz
|
||||||
cd backend && make clean
|
cd backend && make clean
|
||||||
@echo "Cleaned up!"
|
@echo "Cleaned up!"
|
||||||
|
|
||||||
|
# Cleans up everything related to podman, not just the project. Make sure you understand what this means.
|
||||||
|
[confirm]
|
||||||
|
podman-clean:
|
||||||
|
podman system reset --force
|
Loading…
Reference in a new issue