2 Star 0 Fork 0

广东宇凌网络科技有限公司/simple-iot-data-rpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
HienGee 提交于 2024-04-26 11:27 . init
FROM alpine:3.19
# Define the project name | 定义项目名称
ARG PROJECT=data
# Define the config file name | 定义配置文件名
ARG CONFIG_FILE=data.yaml
# Define the author | 定义作者
ARG AUTHOR="example@example.com"
LABEL org.opencontainers.image.authors=${AUTHOR}
WORKDIR /app
ENV PROJECT=${PROJECT}
ENV CONFIG_FILE=${CONFIG_FILE}
COPY ./${PROJECT}_rpc ./
COPY ./etc/${CONFIG_FILE} ./etc/
EXPOSE 8054
ENTRYPOINT ./${PROJECT}_rpc -f etc/${CONFIG_FILE}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yuLingNet/simple-iot-data-rpc.git
git@gitee.com:yuLingNet/simple-iot-data-rpc.git
yuLingNet
simple-iot-data-rpc
simple-iot-data-rpc
master

搜索帮助