c1654806c5
update dockerfile, rework entrypoint execution, update compose and test
6 lines
No EOL
241 B
Text
6 lines
No EOL
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" ] |