* move to s6 overlay structure * Use alpine:latest and latest s6 * cleanup Dockerfile * use .env file on docker run * change mappings so all under one folder * Update README * change cron default to hourly to keep things updated * add section about editing xteve settings * add nice 'logging' to stdout
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc /bin/bash -c \
|
|
'xteve -port=$XTEVE_PORT -config=/xteve/' |