Allow alternate config location for Docker (/data/sos_config.json)
This commit is contained in:
2
build.sh
2
build.sh
@@ -51,7 +51,7 @@ echo "Setting up Docker BuildX"
|
||||
docker buildx create --name mybuilder --use || true
|
||||
|
||||
echo "Building multi-platform Docker image"
|
||||
docker buildx build --load -t simple-object-storage:latest --platform linux/amd64,linux/arm64 .
|
||||
docker buildx build --push -t gitea.jde.nz/j/simple-object-storage:latest --platform linux/amd64,linux/arm64 .
|
||||
|
||||
echo "Build completed successfully!"
|
||||
|
||||
|
Reference in New Issue
Block a user