script dockeriza

This commit is contained in:
2023-03-09 10:52:12 +01:00
parent 347d6ab147
commit 4291ccbe63

5
dockerizar.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
docker build -t dockerize-quasar-listas .
docker rm -f listas && docker run -d --name=listas --restart unless-stopped -p 33329:80 dockerize-quasar-listas
docker system prune
docker image prune -a