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