mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 02:57:01 +00:00
fix celerybeat-schedule: permission denied (#216)
* fix celerybeat-schedule: permission denied * fix dockerbuild file
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user