aziizpra commited on
Commit
ee022ec
1 Parent(s): e346bd4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN npm install --legacy-peer-deps
28
  # COPY --chown=user . $HOME/app
29
 
30
  # Build the React app
31
- RUN npm build
32
 
33
  # Start Nginx server
34
- CMD ["npm", "start"]
 
28
  # COPY --chown=user . $HOME/app
29
 
30
  # Build the React app
31
+ RUN npm run build
32
 
33
  # Start Nginx server
34
+ CMD ["npm", "run", "start"]