WormBase / caltech-curation-services

Modular curation services for Caltech WormBase data
1 stars 0 forks source link

Set up cron in Dockerfile #29

Closed valearna closed 1 year ago

valearna commented 1 year ago

Add cron to the Dockerfile and start it when the docker container starts

valearna commented 1 year ago

@azurebrd there's a new crontab file under /curation where to add crontabs. I've also moved the setup shell commands executed when the container starts from the Dockerfile to a separate script (container_startup_setup.sh)

azurebrd commented 1 year ago

That's great, thanks @valearna ! I'll probably ask you later on about how to use it.

valearna commented 1 year ago

Copy crontab file using a volume to allow edits from inside docker and avoid rebuilding the image when modified

valearna commented 1 year ago

done