mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 00:49:16 +02:00
Allow running docker container as non-root (quick fix)
This commit is contained in:
parent
9a3cf4e1dd
commit
4b95924970
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ RUN apk add --no-cache \
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN chmod 755 compose compose/django
|
RUN find . -type d -exec chmod 755 {} \+
|
||||||
|
|
||||||
ENTRYPOINT ["./compose/django/entrypoint.sh"]
|
ENTRYPOINT ["./compose/django/entrypoint.sh"]
|
||||||
CMD ["./compose/django/server.sh"]
|
CMD ["./compose/django/server.sh"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue