mirror of
https://github.com/marcogll/coolify-n8n-evo.git
synced 2026-01-13 05:15:17 +00:00
4 lines
101 B
Docker
4 lines
101 B
Docker
# Dockerfile.postgres
|
|
FROM postgres:16-alpine
|
|
COPY init-db.sh /docker-entrypoint-initdb.d/init-db.sh
|