Skip to content

Commit f1e6b92

Browse files
committed
cancel ASPNETCORE_URLS
1 parent b22d8f2 commit f1e6b92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Dockerfile.azure

-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ RUN apt-get update && apt-get install -y libgdiplus
1212
WORKDIR /app
1313
COPY --from=base /src/CmsKitDemo/CmsKitDemoDb/CmsKitDemo.db /app/CmsKitDemoDb/CmsKitDemo.db
1414
EXPOSE 80
15-
ENV ASPNETCORE_URLS=http://+:80
1615
COPY --from=base /src/CmsKitDemo/bin/Release/publish .
1716
ENTRYPOINT ["dotnet", "CmsKitDemo.dll"]

0 commit comments

Comments
 (0)