nuevas listas
This commit is contained in:
3
dockerizar.sh
Executable file → Normal file
3
dockerizar.sh
Executable file → Normal 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
|
||||
|
||||
Reference in New Issue
Block a user