1
0
mirror of https://github.com/TsakiDev/gitea-comment.git synced 2024-08-31 06:25:01 +02:00
gitea-comment/Dockerfile
2022-06-28 23:49:45 +03:00

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"