Skip to content
Snippets Groups Projects
Commit 1bfe9fa8 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add to group crontab

parent 11f7e126
No related tags found
1 merge request!14Draft: Resolve "Kube: create sidecar container to clean uploaded file"
Pipeline #125267 passed
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
......@@ -16,7 +16,7 @@ FROM python:3.11.4-slim-bookworm as django
RUN apt update -y && apt upgrade -y && apt install -y python3-dev libpq-dev cron
RUN useradd -ms /bin/bash worker && usermod -aG cron worker
RUN useradd -ms /bin/bash worker && usermod -aG crontab worker
WORKDIR /code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment