mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-22 12:00:34 +02:00
* Fix Dockerfile would not complete due to interactivity being enabled. * Added docker-compose.yml to build with `docker-compose up`. * Removed Lua 5.2 from Dockerfile. * Add BUILD_CORSIXTH cmake flag for disabling building the main program, e.g. if you only want AnimView
11 lines
165 B
YAML
11 lines
165 B
YAML
version: '3'
|
|
|
|
services:
|
|
corsix-th:
|
|
container_name: corsix-th
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.build
|
|
volumes:
|
|
- .:/sourcecode
|