|
|
@ -13,7 +13,7 @@ RUN OC_PASS="user2" ./occ user:add --password-from-env --display-name "User Two" |
|
|
|
|
|
|
|
|
|
|
|
RUN ./occ app:install news --force --allow-unstable # 21.2.0 |
|
|
|
RUN ./occ app:install news --force --allow-unstable # 21.2.0 |
|
|
|
RUN ./occ app:install notes --force --allow-unstable # 4.8.0 |
|
|
|
RUN ./occ app:install notes --force --allow-unstable # 4.8.0 |
|
|
|
RUN ./occ app:install uppush # 1.3.0 |
|
|
|
RUN ./occ app:install uppush --force --allow-unstable # 1.4.0 |
|
|
|
|
|
|
|
|
|
|
|
RUN ./occ app:enable password_policy |
|
|
|
RUN ./occ app:enable password_policy |
|
|
|
# TODO: This stopped working randomly with apache not being able to bind to the port during build. Must be some docker changes? |
|
|
|
# TODO: This stopped working randomly with apache not being able to bind to the port during build. Must be some docker changes? |
|
|
|