Skip to content

Commit

Permalink
Fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Oct 7, 2023
1 parent 238698d commit 1d7b7af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile-celery
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,8 @@ RUN apt-get update && apt-get install -y python3-pip curl libcurl4-openssl-dev l
&& mkdir /config \
&& mkdir /src

<<<<<<< HEAD
# Installs Python dependencies
ADD config/requirements_celery.txt /config/requirements.txt
=======
# Installs Python dependencies and compiles the frontend
# TODO: make a custom requirements.txt for celery workers' image. They don't need Daphne or Flower for example
ADD config/requirements.txt /config/
>>>>>>> celery-integration
WORKDIR /src
ADD src .
RUN pip install --upgrade pip && pip3 install -r /config/requirements.txt
Expand Down

0 comments on commit 1d7b7af

Please sign in to comment.