diff --git a/.dockerignore b/.dockerignore index 18710c85..24175c1d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,8 @@ +# Docs +README.md +LICENSE +TODO.txt + # Git .git .gitignore diff --git a/updateProd.sh b/updateProd.sh new file mode 100644 index 00000000..e7a4693e --- /dev/null +++ b/updateProd.sh @@ -0,0 +1,3 @@ +git pull +docker compose -f "docker-compose-prod.yml" up --build -d +docker image prune -f \ No newline at end of file