3 lines
195 B
Bash
Executable file
3 lines
195 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker build -t mikif70/llmongo:$(git -C .. describe --tags) -t repo.ism.tiscali.sys:5000/mikif70/llmongo:$(git -C .. describe --tags) --build-arg VER=$(git -C .. describe --tags) .
|