Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
4b959249
Commit
4b959249
authored
Sep 20, 2021
by
JuniorJPDJ
Browse files
Allow running docker container as non-root (quick fix)
parent
9a3cf4e1
Pipeline
#16530
passed with stages
in 27 minutes and 46 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
api/Dockerfile
View file @
4b959249
...
...
@@ -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"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment