fix celerybeat-schedule: permission denied (#216)

* fix celerybeat-schedule: permission denied

* fix dockerbuild file
This commit is contained in:
Xila Cai
2024-09-17 00:08:19 +02:00
committed by GitHub
parent 685cc1a206
commit 3f252b6b98
2 changed files with 6 additions and 6 deletions

View File

@@ -20,9 +20,9 @@ WORKDIR /yamtrack
COPY ./entrypoint.sh /entrypoint.sh
COPY ./supervisord.conf /etc/supervisord.conf
RUN chmod +x /entrypoint.sh && \
RUN chmod +x /entrypoint.sh \
# create user abc for later PUID/PGID mapping
useradd -U -M -s /bin/bash abc
&& useradd -U -M -s /bin/bash abc
# Django app
COPY src ./