Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
Sharpy/docker/debain-slim/Dockerfile

7 lines
135 B
Docker

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