Brad Wood 3 жил өмнө
parent
commit
a89a063082

+ 4 - 1
frameworks/CFML/CFML/cfml-adobe.dockerfile

@@ -1,6 +1,7 @@
-FROM ortussolutions/commandbox:3.2.1
+FROM ortussolutions/commandbox:3.4.4
 
 ENV cfconfig_adminPassword=password
+ENV box_server_runwar_args=--cache-servlet-paths=true
 
 COPY ./src/server-adobe.json /app/server.json
 COPY ./src/.cfconfig.json /app/.cfconfig.json
@@ -10,6 +11,8 @@ RUN box install --verbose --force
 
 RUN ${BUILD_DIR}/util/warmup-server.sh
 
+RUN cd /app && box cfpm install postgresql
+
 RUN export FINALIZE_STARTUP=true;$BUILD_DIR/run.sh;unset FINALIZE_STARTUP
 
 HEALTHCHECK NONE

+ 2 - 1
frameworks/CFML/CFML/cfml.dockerfile

@@ -1,6 +1,7 @@
-FROM ortussolutions/commandbox:3.2.1
+FROM ortussolutions/commandbox:3.4.4
 
 ENV cfconfig_adminPassword=password
+ENV box_server_runwar_args=--cache-servlet-paths=true
 
 COPY ./src/server-lucee.json /app/server.json
 COPY ./src/.cfconfig.json /app/.cfconfig.json

+ 1 - 1
frameworks/CFML/CFML/src/server-adobe.json

@@ -4,6 +4,6 @@
         "maxRequests":512
     },
     "app":{
-        "cfengine":"adobe@2018"
+        "cfengine":"adobe@2021"
     }
 }

+ 1 - 1
frameworks/CFML/CFML/src/server-lucee.json

@@ -4,6 +4,6 @@
         "maxRequests" : 512
     },
     "app" : {
-        "cfengine" : "[email protected]-rc"
+        "cfengine" : "[email protected]"
     }
 }

+ 4 - 1
frameworks/CFML/coldbox/coldbox-adobe.dockerfile

@@ -1,6 +1,7 @@
-FROM ortussolutions/commandbox:3.2.1
+FROM ortussolutions/commandbox:3.4.4
 
 ENV cfconfig_adminPassword=password
+ENV box_server_runwar_args=--cache-servlet-paths=true
 
 COPY ./src/server-adobe.json /app/server.json
 COPY ./src/.cfconfig.json /app/.cfconfig.json
@@ -10,6 +11,8 @@ RUN box install --verbose --force
 
 RUN ${BUILD_DIR}/util/warmup-server.sh
 
+RUN cd /app && box cfpm install postgresql,feed
+
 RUN export FINALIZE_STARTUP=true;$BUILD_DIR/run.sh;unset FINALIZE_STARTUP
 
 HEALTHCHECK NONE

+ 1 - 0
frameworks/CFML/coldbox/coldbox.dockerfile

@@ -1,6 +1,7 @@
 FROM ortussolutions/commandbox:3.2.1
 
 ENV cfconfig_adminPassword=password
+ENV box_server_runwar_args=--cache-servlet-paths=true
 
 COPY ./src/server-lucee.json /app/server.json
 COPY ./src/.cfconfig.json /app/.cfconfig.json

+ 1 - 1
frameworks/CFML/coldbox/src/server-adobe.json

@@ -4,6 +4,6 @@
         "maxRequests":512
     },
     "app":{
-        "cfengine":"adobe@2018"
+        "cfengine":"adobe@2021"
     }
 }

+ 1 - 1
frameworks/CFML/coldbox/src/server-lucee.json

@@ -4,6 +4,6 @@
         "maxRequests":512
     },
     "app":{
-        "cfengine":"[email protected]-rc"
+        "cfengine":"[email protected]"
     }
 }