enzostvs HF Staff commited on
Commit
479cdac
·
1 Parent(s): ea6c2a8

update readme

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -0
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN npm install
16
  RUN npm run build
17
 
18
  # Expose the application port (assuming your app runs on port 3000)
19
- EXPOSE 3000
20
 
21
  # Start the application
22
  CMD ["npm", "start"]
 
16
  RUN npm run build
17
 
18
  # Expose the application port (assuming your app runs on port 3000)
19
+ EXPOSE 5173
20
 
21
  # Start the application
22
  CMD ["npm", "start"]
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: green
5
  colorTo: purple
6
  sdk: docker
7
  pinned: false
 
8
  license: mit
9
  short_description: Develop and deploy your static space in few-seconds
10
  ---
 
5
  colorTo: purple
6
  sdk: docker
7
  pinned: false
8
+ app_port: 5173
9
  license: mit
10
  short_description: Develop and deploy your static space in few-seconds
11
  ---