4 lines
112 B
Bash
4 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
SKIP_SETUP=yes tools/server-update.sh
|
||
|
tools/server-docker-compose.sh up -d --remove-orphans --build
|