Skip to content
Snippets Groups Projects
Verified Commit 02ac6dcd authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct issues with dockerfile

parent 2097c369
No related branches found
No related tags found
No related merge requests found
Pipeline #2883 passed
......@@ -69,8 +69,8 @@ ENV RT_XMLRPC_PORT="5000"
RUN adduser -u 1000 -D rtorrent && \
addgroup rtorrent rtorrent && \
mkdir /data && chown rtorrent /data && \
mkdir /private && chown rtorrent /private
mkdir -p /data && chown rtorrent /data && \
mkdir -p /private && chown rtorrent /private
USER rtorrent
......
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