2 lines
112 B
Bash
2 lines
112 B
Bash
echo -e "\nDocker build image with name ${IMAGE_NAME}...\n"
|
|
docker build -t ${IMAGE_NAME} -f docker/Dockerfile . |