Files
Open-Assistant/backend/database.dockerfile
T

4 lines
75 B
Docker

FROM postgres:15
COPY ./scripts/create-db.sh /docker-entrypoint-initdb.d/