Skip to content
Snippets Groups Projects
Commit 1dafecf2 authored by Tony Wasserka's avatar Tony Wasserka
Browse files

Setup permissions for container-internal directories

parent 7f16c458
No related branches found
No related tags found
No related merge requests found
......@@ -35,14 +35,15 @@ RUN \
openldap-dev && \
\
\
echo 'creating directories' && \
mkdir -p /app /run/nginx /run/postgresql /var/log/funkwhale && \
\
\
echo 'creating users' && \
adduser -s /bin/false -D -H funkwhale funkwhale && \
\
\
echo 'creating directories' && \
mkdir -p /app/api /run/nginx /run/postgresql /var/log/funkwhale && \
chown funkwhale:funkwhale /app/api /var/log/funkwhale && \
\
\
echo 'downloading archives' && \
wget https://github.com/just-containers/s6-overlay/releases/download/v1.21.7.0/s6-overlay-$arch.tar.gz -O /tmp/s6-overlay.tar.gz && \
\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment