Skip to content

Commit

Permalink
Merge pull request #35 from Nebucatnetzer/remove-supervisor
Browse files Browse the repository at this point in the history
Remove supervisord
  • Loading branch information
Nebucatnetzer authored Apr 2, 2024
2 parents 2066e10 + 6dda781 commit 1b6ada8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
10 changes: 2 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN set -ex; \
libmagickcore-6.q16-6-extra \
procps \
smbclient \
supervisor \
; \
rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -47,13 +46,8 @@ RUN set -ex; \
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
rm -rf /var/lib/apt/lists/*

RUN mkdir -p \
/var/log/supervisord \
/var/run/supervisord \
;

COPY supervisord.conf /

ENV NEXTCLOUD_UPDATE=1

CMD ["/usr/bin/supervisord", "-c", "/supervisord.conf"]
ENTRYPOINT ["/entrypoint.sh"]
CMD ["php-fpm"]
22 changes: 0 additions & 22 deletions supervisord.conf

This file was deleted.

0 comments on commit 1b6ada8

Please sign in to comment.