source:
branches/3026_IntegrationIntoSymSpace/Dockerfile
@
18183
Last change on this file since 18183 was 18037, checked in by swagner, 3 years ago | |
---|---|
File size: 112 bytes |
Rev | Line | |
---|---|---|
[18037] | 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.