Skip to content

Commit

Permalink
fix: git for celery worker
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jan 8, 2024
1 parent 3005c6d commit 3480ef9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.celery
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ WORKDIR /app

COPY . .

RUN pip install --upgrade pip && \
RUN apt-get update && apt-get install -y git && \
pip install --upgrade pip && \
pip install --no-cache-dir -r requirements/prod.txt && \
adduser --disabled-password --gecos '' thekid && \
chown -R thekid:thekid /app
Expand Down

0 comments on commit 3480ef9

Please sign in to comment.