MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-

View on GitHub
docker-compose-linux-build.yml

Summary

Maintainability
Test Coverage
version: '2'

services:
  debian-64:
    build: .
    command: npm run make:deb:64
    volumes:
      - ./dist:/dist

  fedora-64:
    build: .
    command: npm run make:rpm:64
    volumes:
      - ./dist:/dist

volumes:
  checkout:
    driver: local