mirror of
https://github.com/cmehay/pyentrypoint
synced 2024-10-30 15:21:11 +00:00
15 lines
150 B
YAML
15 lines
150 B
YAML
command: cat
|
|
|
|
user: 1000
|
|
group: 1000
|
|
|
|
|
|
pre_conf_commands:
|
|
- echo NOPE > /tmp/CMD4
|
|
|
|
|
|
post_conf_commands:
|
|
- echo NOPE >> /tmp/CMD4
|
|
|
|
debug: true
|