11 lines
192 B
YAML
11 lines
192 B
YAML
version: "3.8"
|
|
services:
|
|
|
|
busted:
|
|
build:
|
|
context: .
|
|
dockerfile: dockerfiles/Dockerfile
|
|
container_name: busted
|
|
command: busted --lua=luajit
|
|
volumes:
|
|
- ./:/root |