1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-08 02:15:11 +00:00

Initial commit

This commit is contained in:
Dennis Schwerdel
2017-01-24 07:06:51 +01:00
commit 6db0fe2b04
13 changed files with 438 additions and 0 deletions

13
start.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
set -eu
mkdir -p /app/data/data /app/data/config
if ! [ -f /app/data/config/config.json ]; then
cp /app/code/config.json /app/data/config/config.json
fi
exec ./minio server -C /app/data/config --address :8000 /app/data/data