mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-30 00:32:47 +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 .
|