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

8 lines
126 B
Docker
Raw Normal View History

2021-09-13 20:17:15 +00:00
FROM debian:11.0-slim
WORKDIR /app
COPY Sharpy/bin/x64/Release/net6.0/publish/linux-x64/Sharpy .
ENTRYPOINT [ "./Sharpy" ]