Files
CorsixTH/docker-compose.yml
Alexandre Lavoie 38f90e3ba9 Nixpkgs Implementation (and Docker Improvement) (#1881)
* 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
2021-06-02 17:01:27 -04:00

11 lines
165 B
YAML

version: '3'
services:
corsix-th:
container_name: corsix-th
build:
context: .
dockerfile: Dockerfile.build
volumes:
- .:/sourcecode