udemy-go-web-1/run.sh
2024-07-29 14:20:51 +02:00

4 lines
91 B
Bash
Executable File

#!/bin/bash
go build -o bookings cmd/web/*go && ./bookings -cache=false -production=false