Created
August 8, 2018 08:31
-
-
Save riccardone/aed54152eac27ab06b109c3b5e446ed3 to your computer and use it in GitHub Desktop.
Dockerfile C# minimal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM mono:4.6.2.16 | |
ADD . /home/TestClusterConnection | |
CMD [ "mono", "home/TestClusterConnection/TestClusterConnection.exe" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment