initial commit of customized nginx
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
2024-12-05 01:50:15 -06:00
commit 5783c0b558
4 changed files with 59 additions and 0 deletions

11
.woodpecker.yml Normal file
View File

@@ -0,0 +1,11 @@
labels:
platform: linux/amd64
backend: docker
steps:
build-image:
image: docker
commands:
- docker build -t . goatbin
volumes:
- /var/run/docker.sock:/var/run/docker.sock