johnpaulbin commited on
Commit
e37e475
·
1 Parent(s): 7da1fa6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -45,8 +45,8 @@ EXPOSE 7860
45
 
46
  # Define the command to start the app
47
 
48
- CMD ["npm", "i"]
49
 
50
- CMD ["npm", "run", "build"]
51
 
52
  CMD ["npm", "start"]
 
45
 
46
  # Define the command to start the app
47
 
48
+ RUN npm i
49
 
50
+ RUN npm run build
51
 
52
  CMD ["npm", "start"]