30 Star 311 Fork 40

BlazorComponent / MASA.Blazor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 771 Bytes
一键复制 编辑 原始数据 按行查看 历史
# FROM mcr.microsoft.com/dotnet/sdk:7.0 AS base
# RUN curl -fsSL https://deb.nodesource.com/setup_current.x | bash - && apt-get install -y nodejs
# RUN apt-get update && apt-get install -y libfontconfig1
FROM registry.cn-hangzhou.aliyuncs.com/masa/dotnet_sdk:7.0_nodejs17_libfontconfig1
# FROM registry.cn-hangzhou.aliyuncs.com/masa/dotnet_sdk:6.0.100_nodejs16_libfontconfig1
# FROM registry.cn-hangzhou.aliyuncs.com/masa/dotnet_sdk:6.0.100-preview.7-nodejs14.16.1
# RUN apt-get update && apt-get install -y libfontconfig1
ENV LANG="zh_CN.UTF-8"
ENV LANGUAGE="zh_CN:zh"
ENV ASPNETCORE_URLS=http://0.0.0.0:5000
WORKDIR /app
COPY . .
RUN dotnet build docs/Masa.Docs.Server -c Release
ENTRYPOINT ["dotnet","./docs/Masa.Docs.Server/bin/Release/net7.0/Masa.Docs.Server.dll"]
C#
1
https://gitee.com/blazorcomponent/MASA.Blazor.git
git@gitee.com:blazorcomponent/MASA.Blazor.git
blazorcomponent
MASA.Blazor
MASA.Blazor
main

搜索帮助