10 lines
107 B
Bash
Executable File
10 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd paper
|
|
./build_all_versions.sh
|
|
cd ..
|
|
|
|
cd velocity
|
|
docker build -t mrletsplay/velocity .
|
|
cd ..
|