hertz101/app/auth/build.sh
2025-01-20 16:22:41 +08:00

8 lines
177 B
Bash

#!/usr/bin/env bash
RUN_NAME="auth"
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}