Files
Reloader/okteto.yml
2020-09-04 11:26:59 +02:00

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