TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Package your .NET Core App in a docker image easy: 'dotnet dockerize'

1 点作者 bthornbury超过 7 年前

1 comment

bthornbury超过 7 年前
This is a quick project I put together to automate some build processes I was doing to convert my apps to docker images. I published it as a dotnet cli tool so others can hopefully find it useful.<p>Right now the available configuration for the generated docker image is limited, but the code of the tool is simple, so folks should be able to tailor it to their needs.