Skip to content

Instantly share code, notes, and snippets.

View Spittal's full-sized avatar

Jamie Spittal Spittal

View GitHub Profile

Keybase proof

I hereby claim:

  • I am Spittal on github.
  • I am spittal (https://keybase.io/spittal) on keybase.
  • I have a public key whose fingerprint is 2CFF 98C7 00A0 088F DF7D E82A 0AD2 3DFE 3AE2 B349

To claim this, I am signing this object:

// Dockerfile
FROM sbvr/laravel-alpine
# Cron Scheudler conf https://laravel.com/docs/5.4/scheduling#introduction
COPY schedule-cron /var/spool/cron/crontabs/root
RUN chmod +x /var/spool/cron/crontabs/root
COPY cron.ini /etc/supervisor.d/
CMD [ "supervisord", "-n" ]