1 Star 0 Fork 11

王栋卿/rasa-ui

forked from 金刀/rasa-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 588 Bytes
一键复制 编辑 原始数据 按行查看 历史
Paul Aschmann 提交于 2019-09-13 08:37 . - Change to dockerfile
FROM mhart/alpine-node:10 as builder
RUN apk add --no-cache make gcc g++ python
COPY ./package*.json ./
RUN npm install --production
FROM mhart/alpine-node:10
RUN apk add --no-cache make gcc g++ python
ENV http_port=5001
ENV rasa_endpoint "http://localhost:5005"
ENV jwtsecret "mysecret"
ENV loglevel "info"
ENV admin_username "admin"
ENV admin_password "admin"
ENV db_schema "3.0.1"
WORKDIR /opt/rasaui
COPY --from=builder /node_modules ./node_modules
COPY ./package*.json ./
COPY ./server ./server
COPY ./web ./web
EXPOSE ${http_port}
ENTRYPOINT sh -c "hostname -i; npm start"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/imaginationWdq/rasa-ui.git
git@gitee.com:imaginationWdq/rasa-ui.git
imaginationWdq
rasa-ui
rasa-ui
zh-master

搜索帮助

0d507c66 1850385 C8b1a773 1850385