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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN npm install
14
  RUN npm run build
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", "preview"]
 
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"]