Skip to content

Commit

Permalink
fix path for container files
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Dec 8, 2020
1 parent b8ec821 commit 6230fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Workbench/comanage_cron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ENV COMANAGE_REGISTRY_VIRTUAL_HOST_FQDN=$CSPHOSTNAME
LABEL Version=$version
ENV VERSION=$version

COPY runcomangejob.sh /usr/local/bin/
COPY --chown=root:root root-crontab /usr/local/etc
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

Expand Down

0 comments on commit 6230fdc

Please sign in to comment.