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