diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/Dockerfile b/Dockerfile index 4a75538..f9220b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,8 +53,7 @@ RUN groupadd --force -g 1000 octane && useradd -ms /bin/bash --no-log-init --no- WORKDIR /app RUN chown -R octane:octane . EXPOSE 80 -RUN echo "" >> /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"]