1 Star 0 Fork 0

刺丶道丶风/DCOS-API

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
Dockerfile 390 Bytes
Copy Edit Raw Blame History
刺丶道丶风 authored 2020-07-13 00:29 . init
FROM alpine
ENV TZ=Asia/Shanghai
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
RUN apk --no-cache add tzdata zeromq ca-certificates \
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
&& echo '$TZ' > /etc/timezone
RUN mkdir /app
COPY ./config.yaml /app/config.yaml
COPY ./app.out /app/app.out
WORKDIR /app
EXPOSE 6666
CMD ["./app.out"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/HSKS/DCOS-API.git
git@gitee.com:HSKS/DCOS-API.git
HSKS
DCOS-API
DCOS-API
master

Search