From 8e3e8b8c0b32c6330709e849024b2160edd3a944 Mon Sep 17 00:00:00 2001 From: shrbb <115218425+shrbb@users.noreply.github.com> Date: Sat, 15 Jul 2023 12:29:12 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cc69b6a13..3867a378f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ ENV LANG=C.UTF-8 CMD ["/usr/bin/runsvdir", "/etc/runit"] COPY runit/ /etc/runit RUN rm -rf /etc/runit/runsvdir +RUN chmod +x /etc/runit/uplink/run WORKDIR "/usr/share/bytebeam/uplink"