mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
(improvement)(build) Add Dockerfile and build script. (#1293)
This commit is contained in:
4
docker/docker-build.sh
Normal file
4
docker/docker-build.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/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 .
|
||||
Reference in New Issue
Block a user