1 Star 0 Fork 0

1Q男/Wexflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Linux Alpine environment with .NET runtime.
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-alpine AS build
RUN mkdir /opt/wexflow
# Copy local download of wexflow-5.2-linux-dotnet-core.zip
# which was pre-downloaded and unzipped from https://github.com/aelassas/Wexflow/releases/download/v5.2/wexflow-5.2-linux-dotnet-core.zip
COPY wexflow-5.2-linux-dotnet-core/ /opt/wexflow/
# Instructions below translated from
# https://github.com/aelassas/Wexflow/wiki/Installation:
# Tell Docker to use this as the base run directory for image:
# (replaces original 'cd' command in Wexflow installation)
WORKDIR /opt/wexflow/Wexflow.Server
# Modification of installation instructions so that
# Docker exposes the wexflow server once it’s run:
EXPOSE 8000
ENTRYPOINT ["dotnet", "Wexflow.Server.dll"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sixcat/Wexflow.git
git@gitee.com:sixcat/Wexflow.git
sixcat
Wexflow
Wexflow
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385