mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 09:59:50 +00:00
15 lines
211 B
YAML
15 lines
211 B
YAML
name: reloader-reloader
|
|
image: okteto/golang:1
|
|
command: bash
|
|
securityContext:
|
|
capabilities:
|
|
add:
|
|
- SYS_PTRACE
|
|
volumes:
|
|
- /go/pkg/
|
|
- /root/.cache/go-build/
|
|
sync:
|
|
- .:/app
|
|
forward:
|
|
- 2345:2345
|