We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753ffcc commit e080774Copy full SHA for e080774
Dockerfile
@@ -10,6 +10,9 @@ ARG templates_version=1.0.1
10
RUN dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev/nuget/v3/index.json -n SteeltoeDev
11
RUN dotnet new --install Steeltoe.NetCoreTool.Templates::${templates_version} &&\
12
dotnet new --list | grep steeltoe-webapi
13
+# WORKDIR /usr/local/src
14
+# RUN git clone https://github.com/SteeltoeOSS/NetCoreToolTemplates
15
+# RUN dotnet new --install NetCoreToolTemplates/src/Content
16
WORKDIR /srv
17
COPY --from=build /srv .
18
ENV DOTNET_URLS http://0.0.0.0:80
0 commit comments