#!/bin/sh mkdir tmp cp ../init_passwd.rb ./tmp/ cp ../run_server.sh ./tmp/ cp ../eshell ./tmp/ cp ../Gemfile* ./tmp/ docker build -t emacs-collab:latest . rm -R tmp