mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 17:00:52 +01:00
5 lines
45 B
Bash
Executable File
5 lines
45 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
celery -A posthog worker
|