1 Star 1 Fork 11

鲁珀特之泪 / DevDocs

forked from Gitee 极速下载 / DevDocs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile-alpine 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jasper van Merle 提交于 2019-10-11 18:08 . Update dockerfiles
FROM ruby:2.6.5-alpine
ENV LANG=C.UTF-8
ENV ENABLE_SERVICE_WORKER=true
WORKDIR /devdocs
COPY . /devdocs
RUN apk --update add nodejs build-base libstdc++ gzip git zlib-dev libcurl && \
gem install bundler && \
bundle install --system --without test && \
thor docs:download --all && \
thor assets:compile && \
apk del gzip build-base git zlib-dev && \
rm -rf /var/cache/apk/* /tmp ~/.gem /root/.bundle/cache \
/usr/local/bundle/cache /usr/lib/node_modules
EXPOSE 9292
CMD rackup -o 0.0.0.0
Ruby
1
https://gitee.com/wanglibin1314/DevDocs.git
git@gitee.com:wanglibin1314/DevDocs.git
wanglibin1314
DevDocs
DevDocs
master

搜索帮助