mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 03:27:04 +03:00
5 lines
154 B
Docker
5 lines
154 B
Docker
FROM bitnami/postgresql:17.4.0-debian-12-r12
|
|
|
|
# Copy the SQL init script into the entrypoint directory
|
|
COPY init.sql /docker-entrypoint-initdb.d/init.sql
|