shad-go/dockertest/postgres/Dockerfile

4 lines
76 B
Docker
Raw Normal View History

2023-04-08 13:48:12 +00:00
FROM postgres:latest
COPY init.sql /docker-entrypoint-initdb.d/10-init.sql