julien-c HF staff commited on
Commit
7cab6f4
1 Parent(s): 16c33b0

node build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN npm run build
13
 
14
  ARG PORT=7860
15
 
16
- CMD ["npm", "build"]
 
13
 
14
  ARG PORT=7860
15
 
16
+ CMD ["node", "build"]