script dockeriza
This commit is contained in:
5
dockerizar.sh
Normal file
5
dockerizar.sh
Normal 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
|
||||
Reference in New Issue
Block a user