diff --git a/Dockerfile b/Dockerfile index fd0ac74..ebb5eae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +## 2. docker build --platform linux/amd64 -t website:0.0.0 . -f Dockerfile +## 3. docker save -o website:0.0.0.tar FROM node:20-alpine ENV HOST 0.0.0.0 diff --git a/package.json b/package.json index c63227e..96697d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "winglink-iip-website", - "private": true, "type": "module", "scripts": { "build": "nuxt build",