Some checks failed
CI / build-and-test (pull_request) Failing after 1m30s
9 lines
125 B
YAML
9 lines
125 B
YAML
version: '3'
|
|
|
|
services:
|
|
builder:
|
|
image: ubuntu:latest
|
|
command: tail -f /dev/null
|
|
volumes:
|
|
- ../:/var/app
|