Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/Dockerfile @ 18059

Last change on this file since 18059 was 18037, checked in by swagner, 3 years ago

#3026: Added Dockerfile

File size: 112 bytes
Line 
1FROM mono:latest
2
3COPY ./bin /hl/
4
5ENTRYPOINT [ "mono", "/hl/HeuristicLab 3.3.exe", "/start:JsonInterface" ]
Note: See TracBrowser for help on using the repository browser.