FROM postgres:16-alpine

# Opcional: utilidades útiles para debug
RUN apk add --no-cache bash curl

# Dejar psql como comando por defecto
CMD ["sleep", "infinity"]
