Skip to content

Commit

Permalink
8.3 alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Wojczal committed Jan 8, 2025
1 parent 4e7c665 commit c8d7181
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ RUN docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql

RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php && php -r "unlink('composer-setup.php');" && mv composer.phar /usr/local/bin/composer

COPY supervisord.conf /etc/supervisor/supervisord.conf

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf"]
ENTRYPOINT ["/docker-entrypoint.sh"]
27 changes: 0 additions & 27 deletions supervisord.conf

This file was deleted.

0 comments on commit c8d7181

Please sign in to comment.