pvanand commited on
Commit
94cf751
·
verified ·
1 Parent(s): a3adc78

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN npm ci
18
  # Copy server files
19
  COPY . .
20
 
21
- # Expose port
22
  EXPOSE 7860
23
 
24
  # Run the Node.js server
 
18
  # Copy server files
19
  COPY . .
20
 
21
+ # Expose port 7860 for Hugging Face compatibility
22
  EXPOSE 7860
23
 
24
  # Run the Node.js server