Jonell01 commited on
Commit
aabb39f
·
verified ·
1 Parent(s): e798e68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ WORKDIR /app
17
  RUN npm install
18
 
19
  # Expose the necessary port (modify based on your API)
20
- EXPOSE 7860
21
 
22
  # Run as root to avoid permission issues
23
  USER root
 
17
  RUN npm install
18
 
19
  # Expose the necessary port (modify based on your API)
20
+ EXPOSE 8080
21
 
22
  # Run as root to avoid permission issues
23
  USER root