name: miniframe_router

services:
  app:
    image: node:22
    command: sleep infinity
    working_dir: /app
    volumes:
      - ./:/app
