diff --git a/Justfile b/Justfile index 966fac9..eadfabd 100644 --- a/Justfile +++ b/Justfile @@ -28,4 +28,9 @@ clean: remove-podman-containers rm -rf frontend/node_modules rm -f ttime-server.tar.gz cd backend && make clean - @echo "Cleaned up!" \ No newline at end of file + @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 \ No newline at end of file