diff --git a/Config/HugoExample/Dockerfile b/Config/HugoExample/Dockerfile index 510f709..01a4ae5 100644 --- a/Config/HugoExample/Dockerfile +++ b/Config/HugoExample/Dockerfile @@ -17,8 +17,8 @@ RUN mkdir -pv /var/www/hugo/ RUN mkdir -pv /var/www/html/ # Copy Cron Job to Update Git Repo -COPY files/hugo.crontab /etc/crontab -COPY files/hugo.cronjob.sh /var/www/hugo/cronjob.sh +COPY files/crontab /etc/crontab +COPY files/cronjob.sh /var/www/hugo/cronjob.sh # Hugo User Permissions RUN chown -Rv www-data:www-data /var/www/ diff --git a/Config/HugoExample/files/hugo.cronjob.sh b/Config/HugoExample/files/cronjob.sh similarity index 100% rename from Config/HugoExample/files/hugo.cronjob.sh rename to Config/HugoExample/files/cronjob.sh diff --git a/Config/HugoExample/files/hugo.crontab b/Config/HugoExample/files/crontab similarity index 100% rename from Config/HugoExample/files/hugo.crontab rename to Config/HugoExample/files/crontab