chore: 🔧 docker entrypoint for init db
docker-compose.test removed, create testing and dev databases on init db
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM postgres:12.5-alpine
|
||||
|
||||
COPY docker-entrypoint-initdb.sql /docker-entrypoint-initdb.d/
|
||||
Reference in New Issue
Block a user