added createSchema.sql, implemented Dockerfile
This commit is contained in:
parent
7a5596a4a8
commit
c67f869d4d
2 changed files with 43 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
FROM postgres:15
|
||||
|
||||
RUN mkdir /docker-entrypoint-initdb.d
|
||||
COPY createSchema.sql /docker-entrypoint-initdb.d
|
||||
Loading…
Add table
Add a link
Reference in a new issue