mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
4 lines
254 B
Bash
4 lines
254 B
Bash
#!/usr/bin/env bash
|
|
# Please execute the "supersonic-build.sh" command first
|
|
# to generate the corresponding zip package in the "assembly/build/" directory.
|
|
docker build --no-cache --build-arg SUPERSONIC_VERSION=$1 -t supersonic:$1 -f docker/Dockerfile . |