1
0
mirror of https://github.com/TsakiDev/gitea-comment.git synced 2024-09-14 08:20:35 +02:00
gitea-comment/Dockerfile

5 lines
144 B
Docker
Raw Permalink Normal View History

2022-06-28 21:41:55 +02:00
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"