mirror of
https://github.com/TsakiDev/gitea-comment.git
synced 2024-11-22 01:51:57 +01:00
5 lines
144 B
Docker
5 lines
144 B
Docker
FROM mcr.microsoft.com/dotnet/core/runtime:3.1.8-buster-slim
|
|
ADD artifacts/* /bin/
|
|
RUN chmod +x /bin/IT.GiteaComment
|
|
CMD "/bin/IT.GiteaComment"
|