3 lines
94 B
Docker
3 lines
94 B
Docker
FROM timescale/timescaledb:latest-pg14
|
|
|
|
COPY ./schema.sql /docker-entrypoint-initdb.d/init.sql |