Kasper Juul Hermansen
1f46f6ac8d
Co-authored-by: kjuulh <contact@kjuulh.io> Reviewed-on: kjuulh/kraken#8
8 lines
83 B
Bash
Executable File
8 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
export $(cat .env | xargs)
|
|
|
|
go run cmd/server/server.go start
|