mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 20:05:38 +02:00
pull images
This commit is contained in:
parent
4c3b8977a5
commit
330b211962
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ if [ ! -f .env ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Pull latest Docker images
|
||||
echo "Pulling latest Docker images..."
|
||||
docker compose pull
|
||||
|
||||
# Rebuild and start containers
|
||||
echo "Rebuilding and starting updated services..."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue