This website requires JavaScript.
Explore
Help
Sign in
renovate
/
renovate
Watch
1
Star
0
Fork
You've already forked renovate
0
mirror of
https://github.com/renovatebot/renovate.git
synced
2025-01-12 06:56:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7
b724a411da
renovate
/
.dockerignore
6 lines
39 B
Text
Raw
Normal View
History
Unescape
Escape
fix: move Dockerfile to project root (#1628) 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.
2018-03-09 13:23:08 +00:00
*
!package.json
!yarn.lock
fix: docker don't ignore hooks
2018-03-09 13:41:08 +00:00
!hooks
fix: move Dockerfile to project root (#1628) 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.
2018-03-09 13:23:08 +00:00
!lib
Reference in a new issue
Copy permalink