sync container
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal 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/
|
||||
Reference in New Issue
Block a user