I could successfully run a local dev version of zkitterd with this Dockerfile:
pnpm docker:dev (will build the zkitterd image and run 2 containers: zkitterd and postgres).
For prod we need to check how our provider works:
does it expect the image to be pushed beforehand on some registry (eg dockerhub) and then it pulls the image from there?
or can it build (and cache) a docker image on the fly?
Closes #68
I could successfully run a local dev version of zkitterd with this Dockerfile:
pnpm docker:dev
(will build the zkitterd image and run 2 containers: zkitterd and postgres).For prod we need to check how our provider works: