Hi,
I have got Rocket.Chat up and running on Plesk Onyx (ubuntu 16.04.3) using the Docker system by running these commands.
docker run --name db -d mongo:3.0 --small files
docker run --name rocketchat --link db -d rocket.chat
Everything is working except the Avatar Resize which is giving an...