0 Star 0 Fork 28

yitian_web/凹语言

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 418 Bytes
一键复制 编辑 原始数据 按行查看 历史
chai2010 提交于 2024-05-23 21:42 . docker镜像微调
# 版权 @2024 凹语言 作者。保留所有权利。
FROM --platform=linux/amd64 ubuntu:20.04
LABEL org.opencontainers.image.source="https://github.com/wa-lang/wa"
WORKDIR /root
# install git
RUN apt update
RUN apt install -y git
# go run ./builder
COPY ./_output/wa-docker-linux-amd64 /usr/local/wa
ENV PATH=${PATH}:/usr/local/wa/bin
# docker run --platform linux/amd64 --rm -it wa-lang/wa
CMD ["/bin/bash"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yitian-web/wa.git
git@gitee.com:yitian-web/wa.git
yitian-web
wa
凹语言
master

搜索帮助