build: pin Grav core 2.0.4 and add admin2/api/flex-objects to plugins.txt
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM getgrav/grav
|
FROM getgrav/grav
|
||||||
|
|
||||||
RUN curl -sL 'https://github.com/getgrav/grav/releases/download/2.0.0-rc.10/grav-admin-v2.0.0-rc.10.zip' \
|
RUN curl -sL 'https://github.com/getgrav/grav/releases/download/2.0.4/grav-admin-v2.0.4.zip' \
|
||||||
-o /tmp/grav-admin.zip \
|
-o /tmp/grav-admin.zip \
|
||||||
&& unzip -q /tmp/grav-admin.zip -d /tmp \
|
&& unzip -q /tmp/grav-admin.zip -d /tmp \
|
||||||
&& cp -rf /tmp/grav-admin/assets /var/www/html/ \
|
&& cp -rf /tmp/grav-admin/assets /var/www/html/ \
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
container_name: intotheeast_grav
|
container_name: intotheeast_grav
|
||||||
environment:
|
environment:
|
||||||
- GRAV_CHANNEL=beta
|
- GRAV_CHANNEL=production
|
||||||
- APACHE_RUN_USER=#1000
|
- APACHE_RUN_USER=#1000
|
||||||
- APACHE_RUN_GROUP=#1000
|
- APACHE_RUN_GROUP=#1000
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -5,3 +5,6 @@ login
|
|||||||
problems
|
problems
|
||||||
add-page-by-form
|
add-page-by-form
|
||||||
shortcode-gallery-plusplus
|
shortcode-gallery-plusplus
|
||||||
|
api
|
||||||
|
admin2
|
||||||
|
flex-objects
|
||||||
|
|||||||
Reference in New Issue
Block a user