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 15:06:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7
20d6f8448e
renovate
/
.dockerignore
7 lines
50 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
fix: add bin/yarn* to Dockerfile Closes #2609
2018-10-07 05:57:18 +00:00
!bin/yarn*
Reference in a new issue
Copy permalink