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