14 lines
287 B
Bash
Executable File
14 lines
287 B
Bash
Executable File
# setup
|
|
|
|
# fix docker socket permission
|
|
chmod 666 /var/run/docker.sock
|
|
|
|
# pull useful projects
|
|
cd /config/workspace
|
|
|
|
git pull https://git.quodatum.duckdns.org/apb/vscode-basex.git
|
|
git pull https://git.quodatum.duckdns.org/apb/thedocks
|
|
git pull https://github.com/Quodatum/xqlint.git
|
|
|
|
|