Skip to content

Commit

Permalink
Fix COPY command preventing multiple jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Aug 29, 2023
1 parent 28b7661 commit 6986d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-build/Dockerfile.ddev-cron
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY ./cron.conf /etc/supervisor/conf.d/cron.conf
RUN chmod 777 /etc/cron.d /var/run

# Copy over our custom jobs
COPY ./*.cron /etc/cron.d/*.cron
COPY ./*.cron /etc/cron.d/

# Give execution rights on the cron jobs
RUN chmod -f 0644 /etc/cron.d/*.cron || true
Expand Down

0 comments on commit 6986d00

Please sign in to comment.