Joe6636564 commited on
Commit
d9e216d
·
verified ·
1 Parent(s): 1b4c043

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ COPY . .
28
  RUN mkdir -p /app/cache
29
 
30
  # Expose ports
31
- EXPOSE 7860 5000
32
 
33
  # Health check
34
  HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
 
28
  RUN mkdir -p /app/cache
29
 
30
  # Expose ports
31
+ EXPOSE 7860
32
 
33
  # Health check
34
  HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \