chore: remove private flag #1

Merged
liukai merged 2 commits from dev into main 1 year ago
  1. 4
      Dockerfile
  2. 1
      package.json

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

1
package.json

@ -1,6 +1,5 @@
{
"name": "winglink-iip-website",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",

Loading…
Cancel
Save