1 Star 0 Fork 13

时刻在奔跑/rnacos

forked from hqp/rnacos 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
hqp 提交于 2024-03-01 22:31 . update dockerfile and workflows/release.yml
FROM --platform=$BUILDPLATFORM rust:latest as builder
WORKDIR /usr/src/rnacos
COPY . .
RUN cargo install --path .
FROM debian:bookworm-slim
# RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/local/cargo/bin/rnacos /usr/bin/rnacos
ENV USER root
RUN mkdir /io
WORKDIR /io
ENTRYPOINT ["/usr/bin/rnacos"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/feiling0825/rnacos.git
[email protected]:feiling0825/rnacos.git
feiling0825
rnacos
rnacos
master

搜索帮助