mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-12 18:08:58 -04:00
6 lines
114 B
Docker
6 lines
114 B
Docker
FROM postgres:13.7 as postgres
|
|
|
|
RUN apt update && apt install -y curl
|
|
|
|
COPY init.sql /docker-entrypoint-initdb.d/
|