Skip to content

Commit

Permalink
[Update] Docker file to mono:5.12.0.226 and net472 build target
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Aug 6, 2018
1 parent a94f937 commit 9d09761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mono:5.8.0.108
FROM mono:5.12.0.226
WORKDIR /app
COPY CDP4WebServer/bin/Release/net452 /app
COPY CDP4WebServer/bin/Release/net472 /app
COPY LICENSE /app

RUN mkdir /app/logs
Expand Down

0 comments on commit 9d09761

Please sign in to comment.