version: "3" services: node-test: image: "node:4.5.0" working_dir: /srv/www environment: - NODE_ENV=production volumes: - ./:/srv/www command: "npm run test"