mirror of
https://github.com/willfarrell/docker-crontab.git
synced 2025-07-15 06:57:59 +02:00
feat: Major Updates
- removed support for `projects` as the feature was very incomplete and it served little purpose - added support for common settings between jobs using `~~shared-settings` as a key in the config - cleaned up some items that have long bugged me - better reuse of code - better variable naming - improved flow and readability - formatting to the logs
This commit is contained in:
@ -24,7 +24,8 @@ RUN apk update && \
|
||||
jq \
|
||||
tini \
|
||||
wget && \
|
||||
mkdir -p ${HOME_DIR}/jobs ${HOME_DIR}/projects && \
|
||||
mkdir -p ${HOME_DIR}/jobs && \
|
||||
rm -rf /etc/periodic /etc/crontabs/root && \
|
||||
adduser -S docker -D
|
||||
|
||||
COPY --from=rq-build /usr/bin/rq/rq /usr/local/bin
|
||||
|
Reference in New Issue
Block a user