1 Star 0 Fork 60

cedaoshi/leo-api-auto

forked from Li-Vincent/leo-api-auto 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.frontend 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
liwh9 提交于 2020-06-08 10:39 . mounting log file
FROM node:alpine
USER root
ENV WORKING_DIR /app/leo-api-platform
# Provides cached layer for node_modules
COPY frontend ${WORKING_DIR}/frontend
RUN sh -c "echo 'Asia/Shanghai' > /etc/timezone" \
&& cd ${WORKING_DIR}/frontend \
&& npm install -g cnpm --registry=https://registry.npm.taobao.org \
&& cnpm install [email protected] --ignore-scripts \
&& cnpm rebuild node-sass \
&& cnpm install
ENTRYPOINT cd ${WORKING_DIR}/frontend; npm run build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cedaoshi/leo-api-auto.git
[email protected]:cedaoshi/leo-api-auto.git
cedaoshi
leo-api-auto
leo-api-auto
master

搜索帮助