ujetl/build_util/create_run_docker

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)