Browse Source

feat(tool): Allow all domains in dev container

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

2
tool/Dockerfile.dev

@ -5,7 +5,7 @@ USER www-data
RUN ./occ maintenance:install --admin-pass admin --admin-email admin@example.com
RUN ./occ config:system:set allow_local_remote_servers --value=true
RUN ./occ config:system:set trusted_domains 1 --value=10.0.2.2
RUN ./occ config:system:set trusted_domains 1 --value="*"
RUN ./occ app:disable password_policy
RUN OC_PASS="user1" ./occ user:add --password-from-env --display-name "User One" user1

Loading…
Cancel
Save