Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com>
  • Loading branch information
ArchBlood authored Nov 6, 2024
1 parent 1af2775 commit f70c2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN mkdir -p /var/www/html/app && \
RUN chown -R www-data:www-data /var/www/html/app && chmod -R 775 /var/www/html/app

# Copy and set up cron job
COPY src/crontab /etc/cron.d/humhub-cron
COPY crontab /etc/cron.d/humhub-cron
RUN chmod 0644 /etc/cron.d/humhub-cron && crontab /etc/cron.d/humhub-cron

# Expose port 8080 for HTTP access
Expand Down

0 comments on commit f70c2f6

Please sign in to comment.