FROM debian:11.0 WORKDIR /app COPY CSharpBot/bin/x64/Release/net6.0/publish/linux-x64/CSharpBot . ENTRYPOINT [ "./CSharpBot" ]