wenjiao commited on
Commit
806fc63
·
verified ·
1 Parent(s): b4b1540

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -11,10 +11,10 @@ WORKDIR "hfChat"
11
  RUN npm install
12
 
13
  # Build the project
14
- RUN npm run build
15
 
16
  # Expose port 5173 for accessing the application
17
- EXPOSE 4173
18
 
19
  # Specify the command to run the application
20
- CMD ["npm", "run", "preview"]
 
11
  RUN npm install
12
 
13
  # Build the project
14
+ # RUN npm run dev
15
 
16
  # Expose port 5173 for accessing the application
17
+ EXPOSE 5173
18
 
19
  # Specify the command to run the application
20
+ CMD ["npm", "run", "dev"]