- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 25
 
Open
Description
sometimes .net is blocked by company policy.
a docker file:
FROM bitnami/dotnet-sdk:latest
RUN dotnet tool install -g MarkdownSnippets.Tool
ENV PATH="$PATH:/app/.dotnet/tools"
WORKDIR /app/repo
ENTRYPOINT ["/bin/bash"]
But to use it with your files, requires a mounting via a volume. so a shell script is also helpful
docker build . -t markdown_snippets
docker run -it --entrypoint sh -v <path-to-repo>:/app/repo markdown_snippetsMetadata
Metadata
Assignees
Labels
No labels