mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01:00
6 lines
151 B
Bash
6 lines
151 B
Bash
#!/usr/bin/env bash
|
|
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
|
|
|
|
mkdir -p /var/lib/dokku/data/storage
|
|
chown dokku:dokku /var/lib/dokku/data/storage
|