update
This commit is contained in:
@@ -37,7 +37,7 @@ RUN apt-get update; \
|
||||
libc-ares-dev \
|
||||
libnss3 libatk1.0-0 \
|
||||
libcups2 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxrandr2 libgbm1 \
|
||||
libpango1.0.0 libcairo2 libasound2 libxfixes3 libatk-bridge2.0.0
|
||||
libpango1.0.0 libcairo2 libasound2 libxfixes3 libatk-bridge2.0.0 cron
|
||||
|
||||
RUN docker-php-ext-configure zip
|
||||
RUN docker-php-ext-configure intl
|
||||
@@ -54,6 +54,7 @@ WORKDIR /app
|
||||
RUN chown -R octane:octane .
|
||||
EXPOSE 80
|
||||
COPY ./supervisord.conf /etc/supervisor/octane.conf
|
||||
COPY ./crontab.conf /etc/cron.d/laravel
|
||||
COPY ./entrypoint.sh /etc/entrypoint.sh
|
||||
ENTRYPOINT ["/etc/entrypoint.sh"]
|
||||
HEALTHCHECK --start-period=30s --interval=30s --timeout=5s --retries=8 CMD php artisan octane:status || exit 1
|
||||
HEALTHCHECK --start-period=60s --interval=30s --timeout=5s --retries=3 CMD php artisan octane:status || exit 1
|
||||
|
||||
Reference in New Issue
Block a user