Esteves Enzo commited on
Commit
d79c631
·
1 Parent(s): 76e1768

update entrypoint

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -1
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN chmod +x entrypoint.sh
24
  RUN npm run build
25
 
26
  # Expose the application port (assuming your app runs on port 3000)
27
- EXPOSE 5555
28
 
29
  # Start the application
30
  ENTRYPOINT ["/usr/src/app/entrypoint.sh"]
 
24
  RUN npm run build
25
 
26
  # Expose the application port (assuming your app runs on port 3000)
27
+ EXPOSE 3002
28
 
29
  # Start the application
30
  ENTRYPOINT ["/usr/src/app/entrypoint.sh"]
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: black
5
  colorTo: black
6
  sdk: docker
7
  pinned: false
8
- app_port: 5555
9
  license: mit
10
  ---
11
 
 
5
  colorTo: black
6
  sdk: docker
7
  pinned: false
8
+ app_port: 3002
9
  license: mit
10
  ---
11