Co-authored-by: K <1175047471@qq.com> Reviewed-on: #1
@ -1,6 +1,6 @@
## 1. pnpm run build
## 2. docker build --platform linux/amd64 -t ai-website:0.0.0 . -f Dockerfile
## 3. docker save -o ai-website:0.0.0.tar <image_id>
## 2. docker build --platform linux/amd64 -t website:0.0.0 . -f Dockerfile
## 3. docker save -o website:0.0.0.tar <image_id>
FROM node:20-alpine
ENV HOST 0.0.0.0
@ -1,6 +1,5 @@
{
"name": "winglink-iip-website",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",