del blank
This commit is contained in:
parent
9d4161a053
commit
70f6ff90a0
@ -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"]
|
||||
@ -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"]
|
||||
Loading…
Reference in New Issue
Block a user