mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 11:51:43 +00:00
docker/single-process: add DOCKER_CMD environment variable to trigger worker task (e.g., -e DOCKER_CMD='bin/threaded') bin/docker_wrapper: a wrapper to chmod -R g=u
3 lines
51 B
Bash
Executable file
3 lines
51 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
chmod -R g=u . && docker "$@"
|