ba12c923ba6644e8aadcc18b33feaacf61a8fb43
Docker-run was only useful in very specific projects. Projects should either define their own "run" in their Makefile, add a docker-compose.yaml, or specify instructions in the README.
Adding the "common" subtree as your .gitlab folder
# Add the subtree as a remote
git remote add common git@gitlab.ducoterra.net:services/common.git
git subtree add --prefix .gitlab common main
# Now you can run the following to update
git subtree pull --prefix .gitlab common main
Description
Languages
Makefile
94%
Dockerfile
6%