This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
automate/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