give abc a home folder, transmision will default to using for downloads

This commit is contained in:
sparklyballs
2015-11-13 08:28:46 +00:00
parent a8c08a7273
commit 4c96f1045e

View File

@@ -19,8 +19,11 @@ apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
#ADD services/ /etc/service/
#ADD cron/ /etc/cron.d/
#ADD defaults/ /defaults/
RUN chmod -v +x /etc/service/*/run && chmod -v +x /etc/my_init.d/*.sh
RUN chmod -v +x /etc/service/*/run && chmod -v +x /etc/my_init.d/*.sh && \
# give abc user home folder /config
usermod -d /config abc
# Volumes and Ports
VOLUME /config /downloads
EXPOSE 9091 51413