coyotte508 commited on
Commit
3750b15
·
1 Parent(s): 698016a

damn vite x2

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,8 +8,8 @@ RUN npm install -g pnpm && pnpm install
8
 
9
  EXPOSE 3000
10
 
11
- RUN chown -R 1000:1000 /app
12
 
13
  RUN pnpm build
14
 
15
- CMD ["pnpm", "preview", "--port", "3000"]
 
8
 
9
  EXPOSE 3000
10
 
11
+ # RUN chown -R 1000:1000 /app
12
 
13
  RUN pnpm build
14
 
15
+ CMD ["node", "build/index.js"]