2 Star 1 Fork 0

丁晓林/买药登记

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
dxlani 提交于 2021-11-15 18:43 . cicd
FROM dxlani/node12_cnpm as builder
WORKDIR /app
COPY ./package.json /app/
RUN cnpm install --allow-root
COPY . /app/
RUN cnpm run build
FROM nginx:1.15.12
COPY ./conf/nginx.conf /etc/nginx/nginx.conf
COPY ./conf/default.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /app/dist /usr/share/nginx/html
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezoness
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dingxiaolin/Buy-medicine.git
[email protected]:dingxiaolin/Buy-medicine.git
dingxiaolin
Buy-medicine
买药登记
master

搜索帮助