Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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 \
|