notonthehighstreet/node-lambda-events

View on GitHub
docker-compose.yml

Summary

Maintainability
Test Coverage
version: '2'

services:
  src:
    build:
      context: .
      dockerfile: Dockerfile.development
    entrypoint: npm run
    volumes:
      - .:/app