summaryrefslogtreecommitdiff
path: root/Database
diff options
context:
space:
mode:
Diffstat (limited to 'Database')
-rw-r--r--Database/Dockerfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Database/Dockerfile b/Database/Dockerfile
deleted file mode 100644
index fea6d9d..0000000
--- a/Database/Dockerfile
+++ /dev/null
@@ -1,6 +0,0 @@
-FROM postgres:16.1-alpine AS build
-ADD ./*.sql /docker-entrypoint-initdb.d
-RUN chmod 644 /docker-entrypoint-initdb.d/*.sql
-EXPOSE 5432
-ENTRYPOINT [ "docker-entrypoint.sh" ]
-CMD [ "postgres" ] \ No newline at end of file