mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-01 16:50:12 +08:00
4 lines
75 B
Docker
4 lines
75 B
Docker
FROM postgres:15
|
|
|
|
COPY ./scripts/create-db.sh /docker-entrypoint-initdb.d/
|