DAS_2023_1/senkin_alexander_lab_3/bd1/Dockerfile

4 lines
73 B
Docker
Raw Normal View History

2023-11-06 23:41:21 +04:00
FROM postgres:latest
COPY init.sql /docker-entrypoint-initdb.d/init.sql