Archived
0
0
Fork 0

chore: updated dockerfile

This commit is contained in:
Daryl Ronningen 2021-09-13 13:17:15 -07:00
parent 33619938c9
commit 061ea355af
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
2 changed files with 7 additions and 7 deletions

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM debian:11.0-slim
WORKDIR /app
COPY Sharpy/bin/x64/Release/net6.0/publish/linux-x64/Sharpy .
ENTRYPOINT [ "./Sharpy" ]

View file

@ -1,7 +0,0 @@
FROM debian:11.0-slim
WORKDIR /app
COPY CSharpBot/bin/x64/Release/net6.0/publish/linux-x64/CSharpBot .
ENTRYPOINT [ "./CSharpBot" ]