chore: Move and update the Dockerfile for the database configuration

This commit is contained in:
2024-08-20 23:10:46 +09:00
parent 2a1bbb4a8b
commit 2727a08b0f
4 changed files with 10 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM postgres:16
COPY ./docker/initdb.d/ /docker-entrypoint-initdb.d/