This repository has been archived on 2023-10-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pocketbase-quasar-lista/dockerizar.sh
2023-03-10 11:45:33 +01:00

7 lines
217 B
Bash
Executable File

#!/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