Browse Source

chore: typo

pull/1/head
刘凯 1 year ago
parent
commit
c796c827da
  1. 4
      Dockerfile

4
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 <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

Loading…
Cancel
Save