Move serverkeyworker into its own package
This commit is contained in:
parent
457f685952
commit
3b496e2759
4 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ echo 'Starting service key worker'
|
||||||
|
|
||||||
QUAYPATH=${QUAYPATH:-"."}
|
QUAYPATH=${QUAYPATH:-"."}
|
||||||
cd ${QUAYDIR:-"/"}
|
cd ${QUAYDIR:-"/"}
|
||||||
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.service_key_worker 2>&1
|
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.servicekeyworker.servicekeyworker 2>&1
|
||||||
|
|
||||||
echo 'Service key worker exited'
|
echo 'Service key worker exited'
|
0
workers/servicekeyworker/__init__.py
Normal file
0
workers/servicekeyworker/__init__.py
Normal file
Reference in a new issue