5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
cp ../eshell ./
|
|
cp ../Gemfile* ./
|
|
docker build -t emacs-collab:latest .
|