文件名称:nextjs-pkg-docker-alpine:with使用pkg和docker部署商业Next.js应用程序
文件大小:47KB
文件格式:ZIP
更新时间:2024-06-02 08:03:36
docker reactjs nextjs alpine pkg
Nextjs-pkg-docker-alpine 部署与商业Next.js应用和。 中篇文章: 演示版 安装和构建 $ yarn install $ yarn run dev # Build pkg $ yarn run build $ yarn run pkg # Execute the binary NODE_ENV=production ./pkg/nextjs-pkg-docker-alpine Docker高山 $ docker build -t nextjs-pkg-docker-alpine . $ docker run --rm -it \ -p 3003:3003 \ -e " PORT=3003 " \ -e " API_URL=https://API_URL.com " \ nextjs-pkg-docker-alpine 注意:在pkg进程中,将
【文件预览】:
nextjs-pkg-docker-alpine-master
----.travis.yml(478B)
----renovate.json(33B)
----next.config.js(258B)
----package.json(726B)
----server.js(583B)
----Dockerfile(680B)
----.yarnclean(469B)
----pages()
--------index.js(382B)
----.gitignore(34B)
----.dockerignore(68B)
----README.md(1KB)
----yarn.lock(162KB)