octopush/scripts/run_server.sh

8 lines
83 B
Bash
Executable File

#!/bin/bash
set -e
export $(cat .env | xargs)
go run cmd/server/server.go start