Skip to content

Commit

Permalink
ENV ASPNETCORE_URLS=http://+:80
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed May 13, 2024
1 parent 57cd047 commit e2df3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile.azure
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS final
RUN apt-get update && apt-get install -y libgdiplus
WORKDIR /app
COPY --from=base /src/CmsKitDemo/CmsKitDemoDb/CmsKitDemo.db ./CmsKitDemoDb/CmsKitDemo.db
WORKDIR /app
EXPOSE 80
ENV ASPNETCORE_URLS=http://+:80
COPY --from=base /src/CmsKitDemo/bin/Release/publish .
ENTRYPOINT ["dotnet", "CmsKitDemo.dll"]

0 comments on commit e2df3b5

Please sign in to comment.