Skip to content

Commit

Permalink
port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed May 14, 2024
1 parent ff5ac7c commit b22d8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dockerfile.azure
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ RUN apt-get update && apt-get install -y libgdiplus
WORKDIR /app
COPY --from=base /src/CmsKitDemo/CmsKitDemoDb/CmsKitDemo.db /app/CmsKitDemoDb/CmsKitDemo.db
EXPOSE 80
ENV ASPNETCORE_URLS=http://+:80
COPY --from=base /src/CmsKitDemo/bin/Release/publish .
ENTRYPOINT ["dotnet", "CmsKitDemo.dll"]

0 comments on commit b22d8f2

Please sign in to comment.