Skip to content

Commit

Permalink
Merge pull request #3 from EscolaLMS/mako321-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
qunabu authored Apr 11, 2024
2 parents a3632e4 + 71ca307 commit edd2019
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ RUN apt-get install jpegoptim optipng pngquant gifsicle webp -y \
# mjml binary
RUN npm install -g mjml

# remove xdebug
RUN rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && pecl uninstall xdebug

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf"]
ENTRYPOINT ["/docker-entrypoint.sh"]
ENTRYPOINT ["/docker-entrypoint.sh"]

0 comments on commit edd2019

Please sign in to comment.