Jump to content

Jonas Erlandsson

Clients
  • Posts

    39
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Jonas Erlandsson

  1. If you put the cron jobs you want in a file with your sources you can do: COPY /host/path/to/cron.conf /some/path/in/docker/container/cron.conf Then you can do RUN crontab /some/path/in/docker/container/cron.conf That will import your cron config to your crontab. You can double check this by running contab -e inside your container. I know it's a "bit" late, but hope it helps 🙂
×
×
  • Create New...