Change CMD to /init to fix run.sh not found error

This commit is contained in:
2025-07-17 23:42:40 +02:00
parent 9894b036cf
commit 1d758ca8fc
3 changed files with 3 additions and 1 deletions

View File

@@ -15,4 +15,4 @@ RUN \
COPY rootfs /
RUN ls -R /etc/s6-overlay/s6-rc.d/
EXPOSE 7396
CMD [ "/run.sh" ]
CMD [ "/init" ]

0
rootfs/etc/s6-overlay/cont-init.d/foldingathome.sh Normal file → Executable file
View File

2
rootfs/run.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
exec /init