Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit db3e70d

Browse files
committed
Removed commented lines
1 parent 8a017ce commit db3e70d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

KubernetesSample/src/StockData/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ RUN dotnet publish --no-restore -c Release -o /published src/StockData/StockData
1414

1515
FROM mcr.microsoft.com/dotnet/aspnet:5.0 as runtime
1616

17-
# Uncomment the line below if running with HTTPS
18-
# ENV ASPNETCORE_URLS=https://+:443
19-
2017
WORKDIR /app
2118

2219
COPY --from=build /published .

0 commit comments

Comments
 (0)