|
|
@ -12,7 +12,7 @@ RUN OC_PASS="user1" ./occ user:add --password-from-env --display-name "User One" |
|
|
|
RUN OC_PASS="user2" ./occ user:add --password-from-env --display-name "User Two" user2 |
|
|
|
RUN OC_PASS="user2" ./occ user:add --password-from-env --display-name "User Two" user2 |
|
|
|
|
|
|
|
|
|
|
|
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 # 4.7.1 |
|
|
|
RUN ./occ app:install notes --force --allow-unstable # 4.8.0 |
|
|
|
RUN ./occ app:install uppush # 1.3.0 |
|
|
|
RUN ./occ app:install uppush # 1.3.0 |
|
|
|
|
|
|
|
|
|
|
|
RUN ./occ app:enable password_policy |
|
|
|
RUN ./occ app:enable password_policy |
|
|
|