1 Star 0 Fork 0

jack/nginxconfig

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 290 Bytes
一键复制 编辑 原始数据 按行查看 历史
KDexter 提交于 2024-01-24 11:22 . 增加docker启动
FROM node:16.20.2-alpine3.18
RUN mkdir -p /project
COPY . /project
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && \
apk add git && cd /project && npm ci --registry=http://registry.npmmirror.com
WORKDIR /project
EXPOSE 8080
CMD ["npm", "run", "dev"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jackwuhan/nginxconfig.git
git@gitee.com:jackwuhan/nginxconfig.git
jackwuhan
nginxconfig
nginxconfig
master

搜索帮助