mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Add script for production updates
This commit is contained in:
parent
460d3e4ca1
commit
54b10e4bf6
|
@ -1,3 +1,8 @@
|
|||
# Docs
|
||||
README.md
|
||||
LICENSE
|
||||
TODO.txt
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
|
3
updateProd.sh
Normal file
3
updateProd.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
git pull
|
||||
docker compose -f "docker-compose-prod.yml" up --build -d
|
||||
docker image prune -f
|
Loading…
Reference in New Issue
Block a user