chesscli/docker-compose.yml

12 lines
189 B
YAML

version: "3.7"
services:
stockfish:
build:
context: .
dockerfile: Dockerfile
command: sh -c "cp /Stockfish/src/stockfish /output"
volumes:
- ./bin:/output