1 Star 1 Fork 0

做更强/chirpstack-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile-js 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
SAGAR PATEL 提交于 2020-09-28 14:02 . Update golang dependency (#17)
FROM golang:1.14-alpine AS go-requirements-base
ENV PROJECT_PATH=/chirpstack-api
RUN apk add --no-cache make git
RUN mkdir -p $PROJECT_PATH
COPY . $PROJECT_PATH
WORKDIR $PROJECT_PATH/go
RUN make requirements
RUN cp -r $(go list -f '{{ .Dir }}' github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway)/../third_party/googleapis /googleapis
FROM node:12
ENV PROJECT_PATH=/chirpstack-api
RUN apt update && apt install -y protobuf-compiler libprotobuf-dev
RUN mkdir -p $PROJECT_PATH
COPY . $PROJECT_PATH
WORKDIR $PROJECT_PATH
COPY --from=go-requirements-base /googleapis /googleapis
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qzq01/chirpstack-api.git
[email protected]:qzq01/chirpstack-api.git
qzq01
chirpstack-api
chirpstack-api
master

搜索帮助