mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-14 12:56:34 +03:00
7 lines
160 B
Bash
Executable File
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 .
|