This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM gitea/act_runner:latest
|
||||
USER root
|
||||
RUN apk add --nocache openssh-client git
|
||||
USER 1000
|
||||
@@ -31,7 +31,7 @@ services:
|
||||
|
||||
|
||||
gitea-runner:
|
||||
image: gitea/act_runner:latest
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
user: "1000:1000"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user