Files
coolify-n8n-evo/Dockerfile.postgres
2025-07-05 12:47:49 -06:00

4 lines
101 B
Docker

# Dockerfile.postgres
FROM postgres:16-alpine
COPY init-db.sh /docker-entrypoint-initdb.d/init-db.sh