Jake Howard
4326dc2299
This keeps the configuration for what to run inside the container, without adding the extra weight and config of s6
5 lines
58 B
Bash
Executable file
5 lines
58 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
exec supercronic etc/crontab
|