Remove hugo user reference from files.

This commit is contained in:
2025-08-17 11:49:05 -07:00
parent f622cba366
commit d7a1e6f58a
3 changed files with 2 additions and 2 deletions

View File

@@ -17,8 +17,8 @@ RUN mkdir -pv /var/www/hugo/
RUN mkdir -pv /var/www/html/ RUN mkdir -pv /var/www/html/
# Copy Cron Job to Update Git Repo # Copy Cron Job to Update Git Repo
COPY files/hugo.crontab /etc/crontab COPY files/crontab /etc/crontab
COPY files/hugo.cronjob.sh /var/www/hugo/cronjob.sh COPY files/cronjob.sh /var/www/hugo/cronjob.sh
# Hugo User Permissions # Hugo User Permissions
RUN chown -Rv www-data:www-data /var/www/ RUN chown -Rv www-data:www-data /var/www/