mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
chore: use docker build hook to use Dockerfile from other location
[ci skip]
This commit is contained in:
parent
07b5e62897
commit
ebe8d3f68c
6
config/docker/hooks/build
Executable file
6
config/docker/hooks/build
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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 .
|
Loading…
Reference in New Issue
Block a user