Skip to content

Commit

Permalink
Change home directory to improve startup time
Browse files Browse the repository at this point in the history
Fix for Issue linuxserver-archive#9
  • Loading branch information
pabloromeo authored Nov 27, 2018
1 parent 57d2b28 commit cc925c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN \
udev \
unrar \
wget && \
echo "**** ensure abc user's home folder is /app ****" && \
usermod -d /app abc && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/* \
Expand Down

0 comments on commit cc925c3

Please sign in to comment.