2 Star 2 Fork 1

cf3b5 / fluidd_cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
Curtis Lee Bolin 提交于 2021-11-06 11:25 . Dockerfile Cleanup (#400)
FROM alpine:latest as unzip
ARG FRONTEND_ZIP_URL=https://github.com/fluidd-core/fluidd/releases/latest/download/fluidd.zip
WORKDIR /frontend
ADD ${FRONTEND_ZIP_URL} /tmp/frontend.zip
RUN unzip /tmp/frontend.zip -d /frontend
FROM nginx:alpine
ENV JPEG_STREAM_HOST localhost
ENV JPEG_STREAM_PORT 8080
COPY --chown=101:101 server/nginx-site.conf /etc/nginx/conf.d/default.conf
COPY --from=unzip --chown=101:101 /frontend /usr/share/nginx/html
COPY --chown=101:101 server/config.json /usr/share/nginx/html/config.json
EXPOSE 80
1
https://gitee.com/cf3b5/fluidd_cn.git
git@gitee.com:cf3b5/fluidd_cn.git
cf3b5
fluidd_cn
fluidd_cn
develop

搜索帮助