mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
4 lines
No EOL
150 B
Text
4 lines
No EOL
150 B
Text
FROM postgres:latest
|
|
WORKDIR /docker-entrypoint-initdb.d
|
|
COPY docker/local-metadata/postgres-script.sql .
|
|
RUN chmod -R 775 /docker-entrypoint-initdb.d |