julien-c HF staff commited on
Commit
8a32fdb
1 Parent(s): 6671664

from Eliott

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -9,8 +9,6 @@ COPY . .
9
 
10
  RUN npm i
11
 
12
- RUN npm run build
13
 
14
- ENV PORT=7860
15
-
16
- CMD ["node", "build"]
 
9
 
10
  RUN npm i
11
 
12
+ # RUN npm run build
13
 
14
+ CMD ["npm", "run", "preview", "--", "--port", "7860"]