Open gedw99 opened 4 months ago
Aha thanks for pointing out!
I'm almost to the end of a project using Superkit, and I'm wondering: What is your habitual strategy/ go-to way for deploying single binary Golang projects?
Did you embed them in a docker and mount a folder for the DB? Or in a Kubernetes ? Have you tried KO?
I use fly.io these days.
you embed in a docker and fly runs the docker.
I used to use KO and google cloud.
on Mac..
bootstrap to "gedw99" and cd into it.
make dev, works fine : http://localhost:7331
make build, failed with:
The fix for me was to add an "@npm install" and so its becomes: