Cleanup docker development setup
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
cd /build
|
||||
go build .
|
||||
./server
|
||||
Reference in New Issue
Block a user