Closed wayland closed 1 year ago
Hi!
I found that:
So, I made a docker setup that will allow people to run:
make docker-build-test
make docker-build
Hopefully not needing Nix (though it's still there) will enable more people to get into the development.
Thanks!
Edit: Also added a make docker build-and-run which should produce a running version with postgrest attached; useful for development
make docker build-and-run
Hi!
I found that:
So, I made a docker setup that will allow people to run:
make docker-build-test
-- this runs the tests in a docker containermake docker-build
-- this builds a docker image for use containing PostgREST-OpenAPIHopefully not needing Nix (though it's still there) will enable more people to get into the development.
Thanks!
Edit: Also added a
make docker build-and-run
which should produce a running version with postgrest attached; useful for development