Skip to content

Commit

Permalink
port and volume for docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
brase committed Mar 20, 2020
1 parent 868c773 commit 57bd597
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
COPY /deploy /
WORKDIR /Server
EXPOSE 8085
EXPOSE 80

VOLUME /Server/Castos

ENTRYPOINT [ "dotnet", "Server.dll" ]

0 comments on commit 57bd597

Please sign in to comment.