4 lines
90 B
Docker
4 lines
90 B
Docker
FROM postgres:15-alpine
|
|
|
|
COPY docker/humicpro_healthcare.sql /docker-entrypoint-initdb.d/
|