1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-03-03 01:15:46 +03:00
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 .