3 lines
60 B
Docker
3 lines
60 B
Docker
|
|
FROM postgres:16.3
|
||
|
|
|
||
|
|
COPY db.sql /docker-entrypoint-initdb.d/
|