:-'Generic Commit'

This commit is contained in:
Your Name
2025-05-29 17:31:05 +12:00
parent 092a002ecb
commit ef0cf898a7
2 changed files with 56 additions and 25 deletions

View File

@@ -3,7 +3,7 @@
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# build the executable
${SCRIPT_DIR}/build.sh amd64
"${SCRIPT_DIR}/build.sh" amd64
# build the docker image
docker buildx build --load -t gitea.jde.nz/public/simple-object-storage:test --platform linux/amd64 .
@@ -22,6 +22,6 @@ fi
docker run --rm \
-p 8123:80 \
--name simple-object-storage-test \
-v ${DATADIR}:/data/storage \
-v ${CONFIGFILE}:/data/sos_config.json:ro \
-v "${DATADIR}":/data/storage \
-v "${CONFIGFILE}":/data/sos_config.json:ro \
gitea.jde.nz/public/simple-object-storage:test