timescale.dockerfile 210 B

1234
  1. FROM timescale/timescaledb:latest-pg12
  2. COPY ./ci/setup-docker.sh /docker-entrypoint-initdb.d/.
  3. COPY ./assets/schema.sql /sql/schema.sql
  4. RUN chmod 777 /docker-entrypoint-initdb.d/setup-docker.sh /sql/schema.sql