diff --git a/index.html b/index.html index 6362e85..2ee598d 100644 --- a/index.html +++ b/index.html @@ -237,8 +237,9 @@
template.Dockerfile for the mod. Dockerfile.complex is only an example and included for reference; it should be deleted when done.root folder contents. Edit, add and remove as necessary.find ./ -path "./.git" -prune -o \( -name "run" -o -name "finish" -o -name "check" \) -not -perm -u=x,g=x,o=x -print -exec chmod +x {} + to fix permissions.travis.yml. Customize the build branch, and the vars for BASEIMAGE and MODNAME..github/workflows/BuildImage.yml. Customize the vars for BASEIMAGE and MODNAME. Set the versioning logic if needed.<baseimagename>-<modname> in this repo. Baseimage should be the name of the image the mod will be applied to. The new branch will be based on the template branch.