We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848fffd commit 75508e3Copy full SHA for 75508e3
run.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+/redis-stable/src/redis-server /photon/redis.conf && \
4
+cd /photon/phos && \
5
+celery worker -A app.celery --detach && \
6
+cd / && \
7
+/photon/phos/app.py $@
0 commit comments