emacs-collab/docker/build.sh

5 lines
82 B
Bash
Executable File

#!/bin/sh
cp ../eshell ./
cp ../Gemfile* ./
docker build -t emacs-collab:latest .