Files
server/docker/build-and-run.sh
T

9 lines
52 B
Bash
Executable File

#!/bin/bash
set -e
cd /build
go build .
./server