Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Dec 8, 2020
1 parent ef0f6fb commit 75cb787
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Workbench/comanage_cron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ ENV VERSION=$version

COPY container_files/system/runcomangejob.sh /usr/local/bin/
COPY --chown=root:root container_files/system/root-crontab /usr/local/etc
RUN chmod 755 /usr/local/bin/runcomangejob.sh && \
/usr/bin/crontab -u root /usr/local/etc/root-crontab
RUN chmod 755 /usr/local/bin/runcomangejob.sh
#&& \
# /usr/bin/crontab -u root /usr/local/etc/root-crontab

ENV COMANAGE_REGISTRY_CRONTAB=/usr/local/etc/root-crontab

Expand Down

0 comments on commit 75cb787

Please sign in to comment.