Files
automatisch/docker/entrypoint.sh
2022-11-27 01:39:08 +01:00

10 lines
100 B
Bash
Executable File

#!/bin/sh
set -e
if [ -n "$WORKER" ]; then
automatisch start-worker
else
automatisch start
fi