mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
07ac4d2207
Docker's build process doesn't allow you to ADD or COPY files from outside the directory tree. e.g. `ADD ../package.json .` is forbidden. The only option I can see is to move it and `hooks` back into the project root.
5 lines
206 B
Markdown
5 lines
206 B
Markdown
# Docker Hub hooks
|
|
|
|
This directory is required in order to provide a post-push hook to Docker Hub Autobuild.
|
|
|
|
See https://docs.docker.com/docker-cloud/builds/advanced/#custom-build-phase-hooks for details.
|