3 lines
79 B
Docker
3 lines
79 B
Docker
FROM postgres:12-alpine
|
|
|
|
COPY ./schema.sql /docker-entrypoint-initdb.d/init.sql |