1 Star 0 Fork 233

xgZhou/syncd

forked from dreamans/syncd 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Dockerfile 243 Bytes
Copy Edit Raw Blame History
沉默 authored 2019-07-15 19:16 . Update Dockerfile
FROM golang:1.12-alpine3.10 AS build
COPY . /usr/local/src
WORKDIR /usr/local/src
RUN apk --no-cache add build-base && make
FROM alpine:3.10
WORKDIR /syncd
COPY --from=build /usr/local/src/output /syncd
EXPOSE 8878
CMD [ "/syncd/bin/syncd" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/xgzhou_code/syncd.git
git@gitee.com:xgzhou_code/syncd.git
xgzhou_code
syncd
syncd
master

Search

0d507c66 1850385 C8b1a773 1850385