added createSchema.sql, implemented Dockerfile

This commit is contained in:
j-weissen 2022-11-29 10:50:31 +01:00
parent 7a5596a4a8
commit c67f869d4d
2 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,4 @@
FROM postgres:15
RUN mkdir /docker-entrypoint-initdb.d
COPY createSchema.sql /docker-entrypoint-initdb.d