Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c1e3fe8 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Use exec-form ENTRYPOINT

parent c4f751c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,4 +196,4 @@ RUN ln -sf /proc/1/fd/1 /var/log/docker.log

# Set the entry point to init.sh
################################
ENTRYPOINT /root/init.sh
ENTRYPOINT ["/root/init.sh"]
+1 −1
Original line number Diff line number Diff line
@@ -179,4 +179,4 @@ RUN ln -sf /proc/1/fd/1 /var/log/docker.log

# Set the entry point to init.sh
################################
ENTRYPOINT /root/init.sh
ENTRYPOINT ["/root/init.sh"]