I have built a custom Docker image of RC which only contains a minimal HTML change, but the file size is significantly larger than the regular docker image for RC.
The custom image is 3.64GB, while Rocket chat 2.1.1 is 1.36GB.
I built RC with:
meteor build --directory /home/ubuntu/dev/rocketchat-build
And the image with
docker build -t rocketchat:2.2.0 .
Does anyone have any idea of what may have gone wrong?