Testing of Mobile application registration on docker integration

@max

I finally found my mistake !
This is working properly now, i am able to signin with the mobile pairing.

I had to fix these lines after the docker run container:

+ sleep 10
+ docker exec passbolt_v3 su -s /bin/bash -c 'mkdir -m=770 -p /etc/passbolt/jwt'
+ docker exec passbolt_v3 su -s /bin/bash -c 'chown -R www-data:www-data /etc/passbolt/jwt/'
+ docker exec passbolt_v3 su -s /bin/bash -c '/usr/share/php/passbolt/bin/cake passbolt create_jwt_keys' www-data
1 Like