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