Skip to content

Commit

Permalink
Add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cap. Hindsight committed Feb 24, 2017
1 parent 4ed03b4 commit c7ec912
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM mono:latest
EXPOSE 9000
COPY ./ /src
WORKDIR /src
RUN xbuild /p:Configuration=Release
WORKDIR /src/WebApp/bin/Release
CMD mono WebApp.exe

0 comments on commit c7ec912

Please sign in to comment.