almost ready
This commit is contained in:
@@ -15,5 +15,6 @@ x11vnc -display "${DISPLAY_NUM}" -forever -shared -nopw -quiet -bg
|
||||
echo "[entrypoint] starting noVNC on :6080 (open http://localhost:6080/vnc.html)"
|
||||
websockify --web=/usr/share/novnc 6080 localhost:5900 &
|
||||
|
||||
echo "[entrypoint] launching worker"
|
||||
exec python worker.py
|
||||
WORKER_SCRIPT="${WORKER_SCRIPT:-csmoney_worker.py}"
|
||||
echo "[entrypoint] launching ${WORKER_SCRIPT}"
|
||||
exec python "${WORKER_SCRIPT}"
|
||||
|
||||
Reference in New Issue
Block a user