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"]

View File

@@ -27,7 +27,7 @@
"name": "Startup Command",
"description": "The command to start",
"env_variable": "STARTUP_CMD",
"default_value": ".\/start.sh",
"default_value": "\/start.sh",
"user_viewable": 1,
"user_editable": 1,
"rules": "present"