From 0bf75e14a4fae2f96fa007b6537759c408112361 Mon Sep 17 00:00:00 2001 From: Marcel Folaron Date: Sat, 24 Aug 2024 17:18:25 -0400 Subject: [PATCH] add start.sh back --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4ca1a84..c8ec20c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,6 +61,9 @@ RUN curl -sL https://github.com/Leantime/leantime/releases/download/v${LEAN_VERS RUN chown www-data:www-data -R . +COPY ./start.sh /start.sh +RUN chmod +x /start.sh + COPY config/custom.ini /usr/local/etc/php/conf.d/custom.ini # Configure supervisord