增加配置文件映功能

This commit is contained in:
2025-09-09 17:38:27 +08:00
parent 5dfd54c5ef
commit e0b69687e6
4 changed files with 37 additions and 4 deletions
+1
View File
@@ -36,5 +36,6 @@ RUN apt update && \
COPY overlay/localtime /etc
COPY prog /home/
COPY start.sh /home
WORKDIR /home
CMD ["/home/start.sh"]