1
0
Fork 0

Renames fr_celery dir to celerywyrm

This commit is contained in:
Mouse Reeve 2020-09-17 14:13:44 -07:00
parent f77c156733
commit d1f1260640
8 changed files with 23 additions and 23 deletions

View file

@ -6,5 +6,5 @@ RUN mkdir /app/images
WORKDIR /app
COPY requirements.txt /app/
RUN pip install -r requirements.txt
COPY ./fedireads /app
COPY ./fr_celery /app
COPY ./bookwyrm /app
COPY ./celerywyrm /app