mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-19 17:42:27 +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/
|