fix: remove unnecessary CMD instruction from Dockerfile

This commit is contained in:
2025-09-23 15:58:06 +08:00
parent 31827c8d99
commit e836cbfa02

View File

@@ -12,5 +12,3 @@ COPY cleanup.sh /usr/local/bin/cleanup
RUN chmod 755 /usr/local/bin/orchestrating /usr/local/bin/cleanup
USER act
CMD ["tail" ,"-f" ,"/dev/null"]