36 Star 222 Fork 58

泡泡机不冒泡了 / Artipub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 303 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM jelastic/nodejs:14.16.0-npm
RUN yum install -y nginx && yum clean all
WORKDIR /app
ADD ./frontend/dist /frontend
ADD ./backend ./docker_init.sh ./nginx /app/
RUN cp /app/artipub.conf /etc/nginx/conf.d/artipub.conf
RUN npm install
RUN npm run build-nomap
EXPOSE 3000 8000
CMD /app/docker_init.sh
JavaScript
1
https://gitee.com/tanliyuan/artipub.git
git@gitee.com:tanliyuan/artipub.git
tanliyuan
artipub
Artipub
master

搜索帮助