redoc/config/docker/hooks/build

7 lines
160 B
Plaintext
Raw Normal View History

#!/bin/bash
2019-12-10 09:13:37 +03:00
# DockerHub cd into Dockerfile location before build
# So we have to undo this.
cd ../..
docker build -f config/docker/Dockerfile -t $IMAGE_NAME .