4 lines
71 B
Docker
4 lines
71 B
Docker
|
|
FROM postgres:14
|
||
|
|
|
||
|
|
COPY Docker/init_db.sql /docker-entrypoint-initdb.d/
|