chore: add dockerfile for cloud

This commit is contained in:
Ali BARIN
2023-04-25 20:43:48 +00:00
parent 270039d211
commit 920a983146
3 changed files with 36 additions and 0 deletions

9
docker/entrypoint-cloud.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
if [ -n "$WORKER" ]; then
yarn automatisch start-worker
else
yarn automatisch start
fi