Skip to content

Commit

Permalink
add start.sh back
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Aug 24, 2024
1 parent 738f8a2 commit 0bf75e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bf75e1

Please sign in to comment.