mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
6 lines
133 B
Docker
6 lines
133 B
Docker
FROM golangci/golangci-lint:v1.12.5
|
|
|
|
COPY "entrypoint.sh" "/entrypoint.sh"
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"] |