Commit 37f0f283 by nabil el mahiri

fix apps folder

parent f3f31ccb
Pipeline #503 passed with stages
in 10 minutes 31 seconds
#!/bin/sh #!/bin/sh
docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs --no-run-if-empty docker rm docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs --no-run-if-empty docker rm
docker image prune -f docker image prune -f
docker rmi $(sudo docker images --filter "dangling=true" -q --no-trunc) # docker rmi $(sudo docker images --filter "dangling=true" -q --no-trunc)
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment