shad-go/dockertest/postgres/Dockerfile

4 lines
76 B
Docker
Raw Normal View History

2021-03-18 21:08:54 +00:00
FROM postgres:latest
COPY init.sql /docker-entrypoint-initdb.d/10-init.sql