forked from dotnet/corefx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Dockerfile - Added Dockerfile for app - Made the app a bit shorter - Improved app with string interpolation usage * Add trailing CR * Simplify string joining
- Loading branch information
1 parent
e3adae5
commit 0e19a98
Showing
2 changed files
with
22 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FROM microsoft/dotnet | ||
COPY bin/Debug/netcoreapp1.0 app | ||
WORKDIR app | ||
ENTRYPOINT ["dotnet", "dotnetbot.dll"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters