Skip to content

Instantly share code, notes, and snippets.

@riccardone
Created August 8, 2018 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riccardone/aed54152eac27ab06b109c3b5e446ed3 to your computer and use it in GitHub Desktop.
Save riccardone/aed54152eac27ab06b109c3b5e446ed3 to your computer and use it in GitHub Desktop.
Dockerfile C# minimal
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