forked from Alexey/DAS_2023_1
4 lines
73 B
Docker
4 lines
73 B
Docker
FROM postgres:latest
|
|
|
|
COPY init.sql /docker-entrypoint-initdb.d/init.sql
|