1 Star 0 Fork 0

hpping / amis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 145 Bytes
一键复制 编辑 原始数据 按行查看 历史
吴多益 提交于 2021-07-09 11:38 . Update Dockerfile
FROM node:12
WORKDIR /app
COPY . .
RUN npm i \
&& ./node_modules/.bin/fis3 release -cd ./public
EXPOSE 8888
CMD ["npm", "run", "serve"]
JavaScript
1
https://gitee.com/hdut/amis.git
git@gitee.com:hdut/amis.git
hdut
amis
amis
master

搜索帮助