1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-03-03 17:35:46 +03:00
redoc/config/docker/hooks/build
2019-12-10 08:13:37 +02:00

7 lines
160 B
Bash
Executable File

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