Files
automatisch/docker/entrypoint-cloud.sh
2023-04-25 20:43:48 +00:00

10 lines
110 B
Bash
Executable File

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