Files
PathOfBuilding/docker-compose.yml
2021-10-20 17:08:35 +03:00

11 lines
192 B
YAML

version: "3.8"
services:
busted:
build:
context: .
dockerfile: dockerfiles/Dockerfile
container_name: busted
command: busted --lua=luajit
volumes:
- ./:/root