enzostvs HF Staff commited on
Commit
6830523
·
1 Parent(s): df91643

build command

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN npm run build
22
  EXPOSE 3000
23
 
24
  # Start the application
25
- CMD ["npm", "preview"]
 
22
  EXPOSE 3000
23
 
24
  # Start the application
25
+ CMD ["npm", "run", "preview"]