Change CMD to /init to fix run.sh not found error
This commit is contained in:
@@ -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
0
rootfs/etc/s6-overlay/cont-init.d/foldingathome.sh
Normal file → Executable file
2
rootfs/run.sh
Executable file
2
rootfs/run.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
exec /init
|
||||
Reference in New Issue
Block a user