mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-18 17:12:53 +03:00
3 lines
74 B
Docker
3 lines
74 B
Docker
FROM postgres:13.7 as postgres
|
|
|
|
COPY init.sql /docker-entrypoint-initdb.d/ |