We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4879c54 commit 24102c9Copy full SHA for 24102c9
1 file changed
hack/soft-serve/start.sh
@@ -30,6 +30,9 @@ ssh-keygen -t ed25519 -N '' -f $BASE/hack/soft-serve/ssh-key
30
# set config vars
31
export SOFT_SERVE_INITIAL_ADMIN_KEYS=$(cat $BASE/hack/soft-serve/ssh-key.pub)
32
33
+mkdir -p $BASE/hack/soft-serve/data
34
+chmod 700 $BASE/hack/soft-serve/data
35
+
36
docker compose -f $BASE/hack/soft-serve/docker-compose.yml up -d
37
38
sleep 1
0 commit comments