Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Dockerfile 245 B
FROM timescale/timescaledb:latest-pg12

COPY resources/schema.sql docker-entrypoint-initdb.d/002_schema.sql
COPY resources/users.sql docker-entrypoint-initdb.d/003_users.sql
COPY resources/cluster.sql docker-entrypoint-initdb.d/004_cluster.sql