mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-15 16:32:36 +00:00
fix: correct COPY in dockerfile for relative path
Context of Docker build is relative to the Dockerfile, so don't need the src prefix here.
This commit is contained in:
parent
3e4d5f0dd6
commit
341841ebc6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
FROM renovate/renovate:19.175.0
|
||||
|
||||
COPY src/entrypoint.sh /usr/entrypoint.sh
|
||||
COPY entrypoint.sh /usr/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/usr/entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue