1 Star 0 Fork 258

LBPeking007/AKStream

forked from chatop2020/AKStream 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile-Keeper 667 Bytes
一键复制 编辑 原始数据 按行查看 历史
赵畅畅 提交于 2023-04-22 21:26 . 修改docker脚本
#作者(author):自动畅(auto-chang)
#微信号(WeChat):自动畅(auto-chang)
#公众号(WeChat official account):畅聊了个科技(IT-chang)
#时间(Time):2023年4月22日,星期六(Saturday, April 22, 2023)
#描述(Describe:为爱发电(Power Generation for Love)
FROM ubuntu-zlm-ffmpeg-dotnet AS keeper
WORKDIR /root/src
COPY . .
RUN mkdir -p /root/AKStreamKeeper
WORKDIR /root/src/AKStreamKeeper
RUN ln -s $HOME/dotnet/dotnet /usr/bin/dotnet -f
RUN dotnet build "AKStreamKeeper.csproj" -c Release -o /app/build
RUN dotnet publish "AKStreamKeeper.csproj" -c Release -o /app/publish
EXPOSE 80
EXPOSE 443
EXPOSE 6880
RUN mv /app/publish/* /root/AKStreamKeeper
WORKDIR /root/AKStreamKeeper
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/LBPeking007/AKStream.git
git@gitee.com:LBPeking007/AKStream.git
LBPeking007
AKStream
AKStream
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385