(improvement)(build) Add Dockerfile and build script. (#1293)

This commit is contained in:
lexluo09
2024-06-30 12:38:56 +08:00
committed by GitHub
parent c49f3e8f85
commit 6687856d59
3 changed files with 28 additions and 8 deletions

4
docker/docker-build.sh Normal file
View 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 .