removed unued database Dockerfile

This commit is contained in:
2022-01-13 14:06:49 +00:00
parent bf4484e391
commit af8bb494d2
3 changed files with 0 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
*
!docker-entrypoint-initdb.d

View File

@@ -1,8 +0,0 @@
FROM postgres:11.4-alpine
COPY . .
ENTRYPOINT ["docker-entrypoint.sh"]
EXPOSE 5432
CMD ["postgres"]

View File

@@ -1,2 +0,0 @@
CREATE DATABASE cbwebreader;
CREATE DATABASE cbwebreader_test;