sync container

This commit is contained in:
Fabio Bonetti
2026-02-11 15:57:37 +01:00
parent dc452b3cde
commit e2b308c562
2 changed files with 15 additions and 13 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM getgrav/grav:latest
# Copy custom files from Git
COPY blueprints/ /var/www/html/user/blueprints/
COPY plugins/ /var/www/html/user/plugins/
COPY config/ /var/www/html/user/config/
COPY pages/ /var/www/html/user/pages/
# Fix permissions
RUN chown -R www-data:www-data /var/www/html/user/