fixed createSchema.sql syntax, added container name
This commit is contained in:
parent
dc06005113
commit
576f4a4333
3 changed files with 13 additions and 12 deletions
|
|
@ -1,4 +1,3 @@
|
|||
FROM postgres:15
|
||||
FROM postgres:15-alpine
|
||||
|
||||
RUN mkdir /docker-entrypoint-initdb.d
|
||||
COPY createSchema.sql /docker-entrypoint-initdb.d
|
||||
COPY createSchema.sql /docker-entrypoint-initdb.d/createSchema.sql
|
||||
Loading…
Add table
Add a link
Reference in a new issue