Skip to content

Commit b22d8f2

Browse files
committed
port 80
1 parent ff5ac7c commit b22d8f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dockerfile.azure

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ 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
1516
COPY --from=base /src/CmsKitDemo/bin/Release/publish .
1617
ENTRYPOINT ["dotnet", "CmsKitDemo.dll"]

0 commit comments

Comments
 (0)