add docker

This commit is contained in:
Shihaam Abdul Rahman 2025-01-10 02:41:47 +05:00
commit 222cf602f1
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 9 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM gitea/act_runner
RUN apk add docker docker-compose

6
compose.yml Normal file
View File

@ -0,0 +1,6 @@
services:
runner:
build: .
# context: .
# dockerfile: .
image: git.shihaam.dev/dockerfiles/gitea-runner