Skip to content

Commit

Permalink
Merge pull request #23 from docker/3.3instrumenting
Browse files Browse the repository at this point in the history
make sendtierbeacon.sh executable
  • Loading branch information
pcaskey authored Feb 12, 2017
2 parents 3e56eba + a461917 commit 359c53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ RUN crontab /opt/tier/tier-crontab
ADD files/bin/startcron.sh /usr/bin/startcron.sh
RUN chmod +x /usr/bin/startcron.sh
ADD files/bin/sendtierbeacon.sh /usr/bin/sendtierbeacon.sh
RUN chmod +x /usr/bin/sendtierbeacon.sh
RUN touch /var/log/cron.log

ENV PATH $CATALINA_HOME/bin:$JAVA_HOME/bin:$PATH
Expand Down

0 comments on commit 359c53f

Please sign in to comment.