generated from oci/template
merith-tk
ca84c6f041
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 14s
8 lines
No EOL
162 B
Docker
8 lines
No EOL
162 B
Docker
FROM code.forgejo.org/forgejo/runner:4.0.1
|
|
|
|
USER root
|
|
COPY ./entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
USER runner
|
|
ENTRYPOINT [ "/entrypoint.sh" ] |