mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 19:59:48 +08:00
add dockerfile with loaded scripts dir
This commit is contained in:
parent
696e9d0304
commit
e6bf104718
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM postgres:9.5
|
||||
|
||||
MAINTAINER Matvey Arye
|
||||
|
||||
ENV PG_MAJOR 9.5
|
||||
|
||||
COPY sql /sql
|
||||
|
||||
CMD ["psql"]
|
Loading…
x
Reference in New Issue
Block a user