del blank

This commit is contained in:
luojiyin 2025-11-12 17:08:39 +08:00
parent 9d4161a053
commit 70f6ff90a0
No known key found for this signature in database
GPG Key ID: 9F5399380CCFD0B3
2 changed files with 3 additions and 2 deletions

View File

@ -165,4 +165,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
RUN chmod +x /app/entrypoint.sh
# 启动命令
CMD ["/app/entrypoint.sh"]
CMD ["/app/entrypoint.sh"]

View File

@ -173,4 +173,5 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
RUN chmod +x /app/entrypoint.sh
CMD ["/app/entrypoint.sh"]
# 启动命令
CMD ["/app/entrypoint.sh"]