mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Small start.sh fix
This commit is contained in:
parent
b10ab51b1d
commit
b8a3df7ffd
1 changed files with 3 additions and 0 deletions
3
start.sh
3
start.sh
|
@ -4,6 +4,9 @@ set -eu
|
|||
|
||||
mkdir -p /app/data/storage
|
||||
|
||||
# do not rely on WORKDIR
|
||||
cd /app/code/server
|
||||
|
||||
first_time_setup() {
|
||||
sleep 10
|
||||
|
||||
|
|
Loading…
Reference in a new issue