2 lines
69 B
Docker
2 lines
69 B
Docker
FROM postgres:12.1-alpine
|
|
COPY init.sql /docker-entrypoint-initdb.d/
|
FROM postgres:12.1-alpine
|
|
COPY init.sql /docker-entrypoint-initdb.d/
|