DAS_2023_1/senkin_alexander_lab_3/bd2/Dockerfile

4 lines
73 B
Docker

FROM postgres:latest
COPY init.sql /docker-entrypoint-initdb.d/init.sql