mirror of
https://codeberg.org/demostf/db.git
synced 2026-06-03 10:04:10 +02:00
5 lines
111 B
Docker
5 lines
111 B
Docker
FROM postgres:13-alpine
|
|
|
|
RUN mkdir -p /docker-entrypoint-initdb.d
|
|
|
|
ADD schema.sql /docker-entrypoint-initdb.d/
|