Skip to content

Commit

Permalink
chore: crontab para apache e update do wkhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed Dec 30, 2024
1 parent b364e25 commit 59962a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,15 @@ RUN apk add --no-cache \
&& apk del .build-deps

# wkhtmltopdf #
COPY --from=surnet/alpine-wkhtmltopdf:3.19.1-0.12.6-small \
COPY --from=surnet/alpine-wkhtmltopdf:3.20.3-0.12.6-small \
/bin/wkhtmltopdf /bin/wkhtmltopdf

RUN apk add --no-cache openjdk8

COPY assets/sei.ini /etc/php82/conf.d/99_sei.ini
COPY assets/xdebug.ini /etc/php82/conf.d/99_xdebug.ini
COPY assets/sei.conf /etc/apache2/conf.d/
COPY assets/cron.conf /tmp/cron.conf
RUN cat /tmp/cron.conf >> /etc/crontabs/root
COPY assets/cron.conf /etc/crontabs/apache

# Pasta para arquivos externos
RUN mkdir -p /var/sei/arquivos && chown -R apache:apache /var/sei/arquivos && chmod 777 /tmp
Expand Down

0 comments on commit 59962a9

Please sign in to comment.