mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-03 18:22:48 +02:00
5 lines
75 B
Bash
Executable file
5 lines
75 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
docker build --progress=plain -t s3tests .
|