source:
branches/3026_IntegrationIntoSymSpace/Dockerfile
@
18242
Last change on this file since 18242 was 18037, checked in by swagner, 3 years ago | |
---|---|
File size: 112 bytes |
Line | |
---|---|
1 | FROM mono:latest |
2 | |
3 | COPY ./bin /hl/ |
4 | |
5 | ENTRYPOINT [ "mono", "/hl/HeuristicLab 3.3.exe", "/start:JsonInterface" ] |
Note: See TracBrowser
for help on using the repository browser.