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