redoc/config/docker/hooks/build

7 lines
159 B
Plaintext
Raw Normal View History

#!/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 .