|
@@ -1,6 +1,7 @@
|
|
-FROM ortussolutions/commandbox:3.2.1
|
|
|
|
|
|
+FROM ortussolutions/commandbox:3.4.4
|
|
|
|
|
|
ENV cfconfig_adminPassword=password
|
|
ENV cfconfig_adminPassword=password
|
|
|
|
+ENV box_server_runwar_args=--cache-servlet-paths=true
|
|
|
|
|
|
COPY ./src/server-adobe.json /app/server.json
|
|
COPY ./src/server-adobe.json /app/server.json
|
|
COPY ./src/.cfconfig.json /app/.cfconfig.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 ${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
|
|
RUN export FINALIZE_STARTUP=true;$BUILD_DIR/run.sh;unset FINALIZE_STARTUP
|
|
|
|
|
|
HEALTHCHECK NONE
|
|
HEALTHCHECK NONE
|