mirror of
https://github.com/samuelncui/yatm.git
synced 2026-09-26 01:44:51 +00:00
feat: useable
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e;
|
||||
|
||||
CURDIR=$(cd $(dirname $0); pwd);
|
||||
cd ${CURDIR};
|
||||
|
||||
docker run --rm -v $(pwd):/app golang:1.19 sh -c "cd /app && bash build.sh"
|
||||
Reference in New Issue
Block a user