stc_rpncalc/steps/docker-compose.yml

11 lines
220 B
YAML
Raw Normal View History

2020-09-14 07:07:42 +02:00
version: '3.2'
services:
build_tools:
build:
context: ..
dockerfile: Dockerfile
volumes:
- type: bind
source: $GITHUB_WORKSPACE
target: /code