reztilop commited on
Commit
037b6ad
·
verified ·
1 Parent(s): dd10ae0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ COPY startup.sh /startup.sh
18
  RUN chmod +x /startup.sh
19
 
20
  # Exposer le port Redis
21
- EXPOSE 6379
22
 
23
  # Configuration du healthcheck
24
  HEALTHCHECK --interval=10s --timeout=5s --start-period=30s \
 
18
  RUN chmod +x /startup.sh
19
 
20
  # Exposer le port Redis
21
+ EXPOSE 7860
22
 
23
  # Configuration du healthcheck
24
  HEALTHCHECK --interval=10s --timeout=5s --start-period=30s \