6 lines
241 B
Text
6 lines
241 B
Text
|
FROM code.forgejo.org/forgejo/runner:3.4.1
|
||
|
|
||
|
USER 1000:1000
|
||
|
## In Theory these can be removed on next release of the runner image
|
||
|
COPY --chown=forgejo-runner:forgejo-runner --chmod=555 ./entrypoint.sh /entrypoint
|
||
|
ENTRYPOINT [ "/entrypoint" ]
|