Add Hasura and dockerify dev env
This commit is contained in:
3
infra/dev/postgres/Dockerfile
Normal file
3
infra/dev/postgres/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM postgres:13.7 as postgres
|
||||
|
||||
COPY init.sql /docker-entrypoint-initdb.d/
|
||||
Reference in New Issue
Block a user