Browse Source

chore(tool): Cleanup dev Dockerfile

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/615/head
jld3103 1 year ago
parent
commit
d54915d70b
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 6
      tool/Dockerfile.dev

6
tool/Dockerfile.dev

@ -12,9 +12,9 @@ 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="demo" ./occ user:add --password-from-env --display-name "Demo" demo
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 uppush --force --allow-unstable # 1.4.0
RUN ./occ app:install --force --allow-unstable news
RUN ./occ app:install --force --allow-unstable notes
RUN ./occ app:install --force --allow-unstable uppush
RUN ./occ app:enable password_policy
RUN (sh /entrypoint.sh php -S 0.0.0.0:8080 &) && \

Loading…
Cancel
Save