Add optional ability to install template from source

This commit is contained in:
Chris Cheetham 2021-11-22 09:12:44 -05:00
Родитель 753ffccf87
Коммит e0807746f6
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,9 @@ ARG templates_version=1.0.1
RUN dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev/nuget/v3/index.json -n SteeltoeDev
RUN dotnet new --install Steeltoe.NetCoreTool.Templates::${templates_version} &&\
dotnet new --list | grep steeltoe-webapi
# WORKDIR /usr/local/src
# RUN git clone https://github.com/SteeltoeOSS/NetCoreToolTemplates
# RUN dotnet new --install NetCoreToolTemplates/src/Content
WORKDIR /srv
COPY --from=build /srv .
ENV DOTNET_URLS http://0.0.0.0:80