mirror of
https://github.com/rancher/plugins.git
synced 2025-09-17 15:29:42 +00:00
11 lines
146 B
YAML
11 lines
146 B
YAML
version: '3.0'
|
|
|
|
services:
|
|
test:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
working_dir: /app
|
|
volumes:
|
|
- ${PWD}:/app
|