Add build files to docker image
This commit is contained in:
parent
54ec61da12
commit
38116b7623
@ -1,5 +1,7 @@
|
|||||||
FROM mcr.microsoft.com/dotnet/core/sdk:3.0
|
FROM mcr.microsoft.com/dotnet/core/sdk:3.0
|
||||||
|
|
||||||
|
COPY "./build" "/App"
|
||||||
|
|
||||||
WORKDIR /App
|
WORKDIR /App
|
||||||
|
|
||||||
CMD ["/usr/bin/dotnet" "Chaosbot.dll"]
|
CMD ["/usr/bin/dotnet" "Chaosbot.dll"]
|
||||||
Loading…
Reference in New Issue
Block a user