5 lines
89 B
Docker
5 lines
89 B
Docker
### init db with coturn schema
|
|
FROM postgres
|
|
|
|
ADD schema.sql /docker-entrypoint-initdb.d
|