chore: 🔧 docker entrypoint for init db

docker-compose.test removed, create testing and dev databases on init db
This commit is contained in:
Juan Rodriguez
2021-06-13 20:36:39 -05:00
parent d72ad2d43b
commit e50da9b3e2
8 changed files with 26 additions and 72 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM postgres:12.5-alpine
COPY docker-entrypoint-initdb.sql /docker-entrypoint-initdb.d/