ipld-eth-db/Dockerfile

3 lines
79 B
Docker
Raw Normal View History

2021-10-09 11:13:16 +00:00
FROM postgres:12-alpine
COPY ./schema.sql /docker-entrypoint-initdb.d/init.sql