sanbo commited on
Commit
35eb9fc
·
1 Parent(s): e979241

update sth. at 2025-01-05 00:20:46

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -40,8 +40,8 @@ COPY --from=builder /usr/local /usr/local
40
  COPY more_core.py .
41
  RUN chmod +x more_core.py
42
 
43
- HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
44
- CMD curl -f http://localhost:${PORT}/ || exit 1
45
 
46
  EXPOSE ${PORT}
47
 
 
40
  COPY more_core.py .
41
  RUN chmod +x more_core.py
42
 
43
+ # HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
44
+ # CMD curl -f http://localhost:${PORT}/ || exit 1
45
 
46
  EXPOSE ${PORT}
47