1 Star 0 Fork 0

Nya-WSL / yykt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 278 Bytes
一键复制 编辑 原始数据 按行查看 历史
狐日泽 提交于 2021-06-20 23:15 . Initial commit
FROM node:12
WORKDIR /app
COPY . .
RUN yarn install && yarn build
FROM nginx:latest
ENV AC_NGINX_PORT=80 AC_NGINX_DOMAIN=localhost
COPY --from=0 /app/config/nginx/default.conf.template /etc/nginx/templates/default.conf.template
COPY --from=0 /app/build /usr/share/nginx/html
TypeScript
1
https://gitee.com/nya-wsl/yykt.git
git@gitee.com:nya-wsl/yykt.git
nya-wsl
yykt
yykt
main

搜索帮助