1 Star 0 Fork 84

ahubbub / artipub

forked from BigBao / artipub 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
tikazyq 提交于 2019-09-21 09:08 . updated icons
FROM jelastic/nodejs:8.16.1-npm AS frontend
WORKDIR /app
ADD . /app
RUN npm install
RUN npm run build
FROM jelastic/nodejs:8.16.1-npm
WORKDIR /app
ADD . /app
COPY --from=frontend /app/dist /frontend
RUN cp ./backend/package.json .
RUN npm install
RUN yum install -y nginx
RUN cp /app/nginx/artipub.conf /etc/nginx/conf.d
CMD /app/docker_init.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gtiger666/artipub.git
git@gitee.com:gtiger666/artipub.git
gtiger666
artipub
artipub
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891