mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-15 13:26:37 +03:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
|
#!/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 .
|