# This is only intended to be used during development. # All the different databases used by Study Score and connected services can exist in a single container. # init.sh is the startup script that defines what databases and users are created. FROM postgres:15.2-alpine3.17 COPY init.sh /docker-entrypoint-initdb.d/init.sh