refactor: move issue activity tracking from django-channels to rqworker (#207)
* refactor: move issue activity tracking from django channels to rqworker * refactor: update old value and new value from character type to text type
This commit is contained in:
parent
0ff5f363ee
commit
45a52116a7
16 changed files with 566 additions and 761 deletions
|
|
@ -49,7 +49,7 @@ USER root
|
|||
RUN apk --update --no-cache add "bash~=5.1"
|
||||
COPY ./bin ./bin/
|
||||
|
||||
RUN chmod +x ./bin/channel-worker ./bin/takeoff ./bin/worker
|
||||
RUN chmod +x ./bin/takeoff ./bin/worker
|
||||
|
||||
USER captain
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue