Move to redis and fix a bunch of things
This commit is contained in:
parent
ca26a712c3
commit
bb04a40044
14 changed files with 286 additions and 50 deletions
|
@ -5,3 +5,5 @@ WORKDIR /app
|
|||
COPY requirements.txt /app/
|
||||
RUN pip install -r requirements.txt
|
||||
COPY ./fedireads /app
|
||||
COPY ./fr_celery /app
|
||||
EXPOSE 5555
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue