cd /var/docker
./launcher ssh app
Inside the container:
sudo su - discourse
cd /var/www/discourse
RAILS_ENV=production bundle exec rake assets:clobber assets:precompile
Exit the container with exit twice.
Restart everything:
./launcher stop app
./launcher start app