emacs-collab/docker/build.sh

9 lines
165 B
Bash
Executable File

#!/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