New images
Some checks failed
Build and push image / docker-build (push) Failing after 13s

This commit is contained in:
Dan
2025-12-10 19:29:08 +03:00
parent cbff26abc8
commit c590c02409
10 changed files with 5 additions and 5 deletions

View File

@@ -39,10 +39,10 @@ Below are the instructions for those who want to build 0xb00b5 team Packmate on
### Cloning
As this repository contains frontend part as a git submodule, it has to be cloned like this:
```bash
git clone --recurse-submodules https://gitlab.com/packmate/Packmate.git
git clone --recurse-submodules https://git.danosito.com/0xb00b5/0xb00b5-packmate.git
# Or if you have older git
git clone --recursive https://gitlab.com/packmate/Packmate.git
git clone --recursive https://git.danosito.com/0xb00b5/0xb00b5-packmate.git
```
If the repository was already cloned without submodule, just run: