nuevas listas

This commit is contained in:
2023-03-09 12:53:52 +01:00
parent a6dc62496e
commit 2b6a40f795
5 changed files with 45 additions and 4 deletions

3
dockerizar.sh Executable file → Normal file
View File

@@ -1,5 +1,6 @@
#!/bin/bash
git pull
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
docker image prune -a