分类

链接

2024 年 6 月
 12
3456789
10111213141516
17181920212223
24252627282930

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > .NET > 正文
共享办公室出租
.NET8 Mysql SSL error
.NET 暂无评论 阅读(46)

参考 dockerfile:

#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
FROM mcr.microsoft.com/dotnet/aspnet:7.0
COPY --from=mcr.microsoft.com/dotnet/aspnet:8.0 /usr/share/dotnet /usr/share/dotnet
#USER app
WORKDIR /app
EXPOSE 80
 
COPY ./bin/Release/net8.0/publish .
ENTRYPOINT ["dotnet", "web.pc.dll"]

 

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:.NET8 Mysql SSL error | Bruce's Blog

发表评论

留言无头像?