Esteves Enzo commited on
Commit
8518e73
1 Parent(s): a1aba63

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -66,4 +66,4 @@ ENV HOSTNAME localhost
66
  RUN mkdir -p /app/node_modules/@xenova/.cache/
67
  RUN chmod 777 -R /app/node_modules/@xenova/
68
 
69
- CMD ["npm", "run", "start"]
 
66
  RUN mkdir -p /app/node_modules/@xenova/.cache/
67
  RUN chmod 777 -R /app/node_modules/@xenova/
68
 
69
+ CMD ["node", ".next/standalone/server.js"]