mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
3 lines
171 B
Bash
Executable file
3 lines
171 B
Bash
Executable file
#!/bin/bash
|
|
docker build --target deploy -t rasilon/ujetl docker/multistage
|
|
docker tag rasilon/ujetl:latest rasilon/ujetl:$(xpath -q -e '/project/version/text()' pom.xml)
|