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/Dockerfile

7 lines
126 B
Docker

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