mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-06 16:47:29 +00:00
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
![]() |
FROM postgres:latest
|
||
|
WORKDIR /docker-entrypoint-initdb.d
|
||
|
COPY docker/local-metadata/postgres-script.sql .
|
||
|
RUN chmod -R 775 /docker-entrypoint-initdb.d
|