Skip to content
Snippets Groups Projects
Commit 4b959249 authored by JuniorJPDJ's avatar JuniorJPDJ
Browse files

Allow running docker container as non-root (quick fix)

parent 9a3cf4e1
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ RUN apk add --no-cache \
COPY . /app
WORKDIR /app
RUN chmod 755 compose compose/django
RUN find . -type d -exec chmod 755 {} \+
ENTRYPOINT ["./compose/django/entrypoint.sh"]
CMD ["./compose/django/server.sh"]
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