FROM mono:6.12 WORKDIR /usr/src/app COPY ./ ./ RUN mcs ./Solution.cs -out:Solution.exe ENTRYPOINT ["mono", "./Solution.exe"]