move start.sh to root

This commit is contained in:
2025-10-11 15:00:33 +02:00
parent 2bd6dcab73
commit 9144e80ed4
2 changed files with 3 additions and 1 deletions

View File

@@ -10,5 +10,7 @@ ENV HOME=/home/container
WORKDIR /home/container
COPY ./entrypoint.sh /entrypoint.sh
COPY ./start.sh /start.sh
RUN chmod +x /start.sh
CMD ["/bin/ash", "/entrypoint.sh"]