Files
kumomta/docker/kumod/docker-runner.sh
T
Wez Furlong 2cba4196c5 revise docker build; move away from musl/alpine
A downside of pulling in rocksdb is that it is a pretty big
C++ library and musl/alpine don't really get on with it.

Switch to using the latest ubuntu LTS image as our base.
2023-02-23 10:07:29 -07:00

9 lines
126 B
Bash
Executable File

#!/bin/sh
set -xe
KUMO_POLICY="${KUMO_POLICY:-/config/policy.lua}"
exec /app/kumod --policy "${KUMO_POLICY}" --user kumod