From 9237fa17be4a419dc2b79d72dcaa64961589ac0d Mon Sep 17 00:00:00 2001 From: SaEEd Date: Mon, 16 Sep 2024 16:17:31 +0330 Subject: [PATCH] update --- .DS_Store | Bin 0 -> 6148 bytes Dockerfile | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0> /etc/crontab -RUN echo "* * * * * octane cd /app && php artisan schedule:run >> /dev/null 2>&1" >> /etc/crontab +RUN echo "* * * * * octane cd /app && php artisan schedule:run >> /dev/null 2>&1" >> /etc/crontab COPY ./supervisord.conf /etc/supervisor/octane.conf COPY ./entrypoint.sh /etc/entrypoint.sh ENTRYPOINT ["/etc/entrypoint.sh"]