1 Star 0 Fork 0

微云服务/awesome-cn

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Dockerfile 403 Bytes
Copy Edit Raw Blame History
chenjiajia authored 2019-02-15 10:47 . Revert "update awesome list"
FROM python:3.6 as build-stage
MAINTAINER chenjiajia <chenjiajia1@gmail.com>
ADD . /opt/asm-cn/
WORKDIR /opt/asm-cn
RUN pip install -r requirements.txt && ./build.sh
FROM alpine:3.8
RUN apk add --update --no-cache \
lighttpd \
&& rm -rf /var/cache/apk/*
COPY --from=build-stage /opt/asm-cn/site /var/www/localhost/htdocs
EXPOSE 80
CMD ["lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vmosc/awesome-cn.git
git@gitee.com:vmosc/awesome-cn.git
vmosc
awesome-cn
awesome-cn
master

Search