chore: updated dockerfile
This commit is contained in:
parent
33619938c9
commit
061ea355af
2 changed files with 7 additions and 7 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal 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" ]
|
|
@ -1,7 +0,0 @@
|
|||
FROM debian:11.0-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY CSharpBot/bin/x64/Release/net6.0/publish/linux-x64/CSharpBot .
|
||||
|
||||
ENTRYPOINT [ "./CSharpBot" ]
|
Reference in a new issue