Yann commited on
Commit
3105fcc
·
1 Parent(s): 05f21ba

fixed again

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN npm run build
19
  EXPOSE 3000
20
 
21
  # Run the command to start the application
22
- CMD ["npm", "serve"]
 
19
  EXPOSE 3000
20
 
21
  # Run the command to start the application
22
+ CMD ["npm", "start"]