UNPKG

fetch-test-server

Version:

Test node.js HTTP servers using the fetch API

9 lines (8 loc) 118 B
version: '2.1' services: app: image: node:4 working_dir: /app volumes: - .:/app command: bash