:-'Generic Commit'
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user