redoc/config/docker/hooks/build
2018-11-06 16:56:56 +02:00

7 lines
159 B
Bash
Executable File

#!/bin/bash
# DockerHub cd into Dockerfile location before buil
# So we have to undo this.
cd ../..
docker build -f config/docker/Dockerfile -t $IMAGE_NAME .