hertz101/app/user/build.sh
2025-01-17 17:09:32 +08:00

8 lines
177 B
Bash

#!/usr/bin/env bash
RUN_NAME="user"
mkdir -p output/bin output/conf
cp script/* output/
cp -r conf/* output/conf
chmod +x output/bootstrap.sh
go build -o output/bin/${RUN_NAME}