mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
Use ENTRYPOINT to start the supervisor
This commit is contained in:
parent
25198409b1
commit
3404b4f45b
@ -38,4 +38,4 @@ ENV SUPERVISOR_IMAGE resin/amd64-supervisor
|
||||
ENV CONFIG_MOUNT_POINT /boot/config.json
|
||||
ENV LED_FILE /dev/null
|
||||
|
||||
CMD ["/app/entry.sh"]
|
||||
ENTRYPOINT ["/app/entry.sh"]
|
||||
|
@ -38,4 +38,4 @@ ENV SUPERVISOR_IMAGE resin/armv7hf-supervisor
|
||||
ENV CONFIG_MOUNT_POINT /boot/config.json
|
||||
ENV LED_FILE /dev/null
|
||||
|
||||
CMD ["/app/entry.sh"]
|
||||
ENTRYPOINT ["/app/entry.sh"]
|
||||
|
@ -38,4 +38,4 @@ ENV SUPERVISOR_IMAGE resin/i386-supervisor
|
||||
ENV CONFIG_MOUNT_POINT /boot/config.json
|
||||
ENV LED_FILE /dev/null
|
||||
|
||||
CMD ["/app/entry.sh"]
|
||||
ENTRYPOINT ["/app/entry.sh"]
|
||||
|
@ -34,4 +34,4 @@ RUN chmod +x /app/src/enterContainer.sh \
|
||||
|
||||
RUN chmod +x /app/bin/gosuper
|
||||
|
||||
CMD ["/app/entry.sh"]
|
||||
ENTRYPOINT ["/app/entry.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user