Skip to content

Commit f425ec3

Browse files
committed
Stop celery errorring from using root
1 parent 0ca1a57 commit f425ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11-slim-bookworm
22

3-
ENV PYTHONUNBUFFERED=1 PIPENV_VENV_IN_PROJECT=1
3+
ENV PYTHONUNBUFFERED=1 PIPENV_VENV_IN_PROJECT=1 C_FORCE_ROOT=1
44

55
COPY Pipfile .
66
COPY Pipfile.lock .

0 commit comments

Comments
 (0)