mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-19 01:21:30 +03: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/
|